Html Css Color HEX #2E7245 Green Pea

📋 copy color: '#2E7245'

red 46 ◦ green 114 ◦ blue 69

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

Shades of Green Pea #2E7245

Tints of Green Pea #2E7245

RGB

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

 GREEN value IS 114 (44.92% from 255) = 49.78%

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

R = 20.09%
G = 49.78%
B = 30.13%

CMYK

 C value IS 0.60

 M value IS 0

 Y value IS 0.39

 K value IS 0.55

RGB Variations

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

Color information

#2E7245 (or 0x2E7245) is known color: Green Pea. HEX triplet: 2E, 72 and 45. RGB value is (46,114,69). Sum of RGB (Red+Green+Blue) = 46+114+69=229 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.09% from 229); Green value is 114 (44.92% from 255 or 49.78% from 229); Blue value is 69 (27.34% from 255 or 30.13% from 229); Max value from RGB is 114 - color contains mainly: green. Hex color #2E7245 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7245 is #D18DBA. Grayscale: #585858. Windows color (decimal): -13733307 or 4551214. OLE color: 4551214.

HSL color Cylindrical-coordinate representation of color #2E7245: hue angle of 140.29º degrees, saturation: 0.43, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #2E7245 is Cyan = 0.60, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.55.

Color convert

RGB 46 114 69 -
CMYK 0.60 0 0.39 0.55
HSL 140.29º 0.43% 0.31% -
HSV(B) 140.29º 0.6% 0.45% -
XYZ 8.22 13.05 7.72 -
YUV 88.54 116.97 97.66 -
System Red Green Blue C M Y K H S L
Decimal 46 114 69 0.60 0 0.39 0.55 140.29 0.43 0.31
Hex 2E 72 45 3C 0 27 37 8C 2A 1F
Octal 56 162 105 74 0 47 67 214 52 37
Binary 101110 1110010 1000101 111100 0 100111 110111 10001100 101010 11111

Color Harmonies of #2E7245

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7245

Black with #2E7245

Text Example


Text Example

White with #2E7245

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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