Html Css Color HEX #2E7145 Green Pea

📋 copy color: '#2E7145'

red 46 ◦ green 113 ◦ blue 69

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

Shades of Green Pea #2E7145

Tints of Green Pea #2E7145

RGB

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

 GREEN value IS 113 (44.53% from 255) = 49.56%

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

R = 20.18%
G = 49.56%
B = 30.26%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.39

 K value IS 0.56

RGB Variations

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

Color information

#2E7145 (or 0x2E7145) is known color: Green Pea. HEX triplet: 2E, 71 and 45. RGB value is (46,113,69). Sum of RGB (Red+Green+Blue) = 46+113+69=228 (30% of max value = 765). Red value is 46 (18.36% from 255 or 20.18% from 228); Green value is 113 (44.53% from 255 or 49.56% from 228); Blue value is 69 (27.34% from 255 or 30.26% from 228); Max value from RGB is 113 - color contains mainly: green. Hex color #2E7145 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E7145 is #D18EBA. Grayscale: #585858. Windows color (decimal): -13733563 or 4550958. OLE color: 4550958.

HSL color Cylindrical-coordinate representation of color #2E7145: hue angle of 140.6º degrees, saturation: 0.42, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #2E7145 is Cyan = 0.59, Magento = 0, Yellow = 0.39 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 113 69 -
CMYK 0.59 0 0.39 0.56
HSL 140.6º 0.42% 0.31% -
HSV(B) 140.6º 0.59% 0.44% -
XYZ 8.11 12.82 7.68 -
YUV 87.95 117.3 98.08 -
System Red Green Blue C M Y K H S L
Decimal 46 113 69 0.59 0 0.39 0.56 140.6 0.42 0.31
Hex 2E 71 45 3B 0 27 38 8D 2A 1F
Octal 56 161 105 73 0 47 70 215 52 37
Binary 101110 1110001 1000101 111011 0 100111 111000 10001101 101010 11111

Color Harmonies of #2E7145

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E7145

Black with #2E7145

Text Example


Text Example

White with #2E7145

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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