Html Css Color HEX #2E6145 Green Pea

📋 copy color: '#2E6145'

red 46 ◦ green 97 ◦ blue 69

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

Shades of Green Pea #2E6145

Tints of Green Pea #2E6145

RGB

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

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

 BLUE value IS 69 (27.34% from 255) = 32.55%

R = 21.7%
G = 45.75%
B = 32.55%

CMYK

 C value IS 0.53

 M value IS 0

 Y value IS 0.29

 K value IS 0.62

RGB Variations

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

Color information

#2E6145 (or 0x2E6145) is known color: Green Pea. HEX triplet: 2E, 61 and 45. RGB value is (46,97,69). Sum of RGB (Red+Green+Blue) = 46+97+69=212 (28% of max value = 765). Red value is 46 (18.36% from 255 or 21.70% from 212); Green value is 97 (38.28% from 255 or 45.75% from 212); Blue value is 69 (27.34% from 255 or 32.55% from 212); Max value from RGB is 97 - color contains mainly: green. Hex color #2E6145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6145 is #D19EBA. Grayscale: #4E4E4E. Windows color (decimal): -13737659 or 4546862. OLE color: 4546862.

HSL color Cylindrical-coordinate representation of color #2E6145: hue angle of 147.06º 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 #2E6145 is Cyan = 0.53, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.62.

Color convert

RGB 46 97 69 -
CMYK 0.53 0 0.29 0.62
HSL 147.06º 0.36% 0.28% -
HSV(B) 147.06º 0.53% 0.38% -
XYZ 6.48 9.56 7.13 -
YUV 78.56 122.6 104.78 -
System Red Green Blue C M Y K H S L
Decimal 46 97 69 0.53 0 0.29 0.62 147.06 0.36 0.28
Hex 2E 61 45 35 0 1D 3E 93 24 1C
Octal 56 141 105 65 0 35 76 223 44 34
Binary 101110 1100001 1000101 110101 0 11101 111110 10010011 100100 11100

Color Harmonies of #2E6145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6145

Black with #2E6145

Text Example


Text Example

White with #2E6145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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