Html Css Color HEX #2E6F45 Green Pea

📋 copy color: '#2E6F45'

red 46 ◦ green 111 ◦ blue 69

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

Shades of Green Pea #2E6F45

Tints of Green Pea #2E6F45

RGB

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

 GREEN value IS 111 (43.75% from 255) = 49.12%

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

R = 20.35%
G = 49.12%
B = 30.53%

CMYK

 C value IS 0.59

 M value IS 0

 Y value IS 0.38

 K value IS 0.56

RGB Variations

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

Color information

#2E6F45 (or 0x2E6F45) is known color: Green Pea. HEX triplet: 2E, 6F and 45. RGB value is (46,111,69). Sum of RGB (Red+Green+Blue) = 46+111+69=226 (29% of max value = 765). Red value is 46 (18.36% from 255 or 20.35% from 226); Green value is 111 (43.75% from 255 or 49.12% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 111 - color contains mainly: green. Hex color #2E6F45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2E6F45 is #D190BA. Grayscale: #565656. Windows color (decimal): -13734075 or 4550446. OLE color: 4550446.

HSL color Cylindrical-coordinate representation of color #2E6F45: hue angle of 141.23º degrees, saturation: 0.41, 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 #2E6F45 is Cyan = 0.59, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.56.

Color convert

RGB 46 111 69 -
CMYK 0.59 0 0.38 0.56
HSL 141.23º 0.41% 0.31% -
HSV(B) 141.23º 0.59% 0.44% -
XYZ 7.89 12.38 7.6 -
YUV 86.78 117.97 98.92 -
System Red Green Blue C M Y K H S L
Decimal 46 111 69 0.59 0 0.38 0.56 141.23 0.41 0.31
Hex 2E 6F 45 3B 0 26 38 8D 29 1F
Octal 56 157 105 73 0 46 70 215 51 37
Binary 101110 1101111 1000101 111011 0 100110 111000 10001101 101001 11111

Color Harmonies of #2E6F45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2E6F45

Black with #2E6F45

Text Example


Text Example

White with #2E6F45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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