Html Css Color HEX #2E6141 Green Pea

📋 copy color: '#2E6141'

red 46 ◦ green 97 ◦ blue 65

#2E6141
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Green Pea #2E6141

Tints of Green Pea #2E6141

RGB

 RED value IS 46 (18.36% from 255) = 22.12%

 GREEN value IS 97 (38.28% from 255) = 46.63%

 BLUE value IS 65 (25.78% from 255) = 31.25%

R = 22.12%
G = 46.63%
B = 31.25%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.33

 K value IS 0.62

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

Color information

#2E6141 (or 0x2E6141) is known color: Green Pea. HEX triplet: 2E, 61 and 41. RGB value is (46,97,65). Sum of RGB (Red+Green+Blue) = 46+97+65=208 (27% of max value = 765). Red value is 46 (18.36% from 255 or 22.12% from 208); Green value is 97 (38.28% from 255 or 46.63% from 208); Blue value is 65 (25.78% from 255 or 31.25% from 208); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6141 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6141 is #D19EBE. Grayscale: #4E4E4E. Windows color (decimal): -13737663 or 4284718. OLE color: 4284718.

HSL color Cylindrical-coordinate representation of color #2E6141: hue angle of 142.35º degrees, saturation: 0.36, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #2E6141 is Cyan = 0.53, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 65 -
CMYK 0.53 0 0.33 0.62
HSL 142.35º 0.36% 0.28% -
HSV(B) 142.35º 0.53% 0.38% -
XYZ 6.36 9.51 6.5 -
YUV 78.1 120.6 105.1 -
System Red Green Blue C M Y K H S L
Decimal 46 97 65 0.53 0 0.33 0.62 142.35 0.36 0.28
Hex 2E 61 41 35 0 21 3E 8E 24 1C
Octal 56 141 101 65 0 41 76 216 44 34
Binary 101110 1100001 1000001 110101 0 100001 111110 10001110 100100 11100

Color Harmonies of #2E6141

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6141

Black with #2E6141

Text Example


Text Example

White with #2E6141

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2E6141; }

 p { color: rgb(46,97,65); }

 H1.HeaderClassName
 {
   color: #2E6141;
 }
 .AnyTagClassName
 {
   color: #2E6141;
 }
</style>

background-color css

<style>
 a { background-color: #2E6141; }

 a { background-color: rgb(46,97,65); }

 div.DivClassName
 {
   background-color: #2E6141;
 }
 .BgClassName
 {
   background-color: #2E6141;
 }
</style>

border-color css

<style>
 span { border-color: #2E6141; }

 span { border-color: rgb(46,97,65); }

 td.TdClassName
 {
   border-color: #2E6141;
 }
 .TagClassName
 {
   border-color: #2E6141;
 }
</style>