Html Css Color HEX #2F6E45 Green Pea

📋 copy color: '#2F6E45'

red 47 ◦ green 110 ◦ blue 69

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

Shades of Green Pea #2F6E45

Tints of Green Pea #2F6E45

RGB

 RED value IS 47 (18.75% from 255) = 20.8%

 GREEN value IS 110 (43.36% from 255) = 48.67%

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

R = 20.8%
G = 48.67%
B = 30.53%

CMYK

 C value IS 0.57

 M value IS 0

 Y value IS 0.37

 K value IS 0.57

RGB Variations

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

Color information

#2F6E45 (or 0x2F6E45) is known color: Green Pea. HEX triplet: 2F, 6E and 45. RGB value is (47,110,69). Sum of RGB (Red+Green+Blue) = 47+110+69=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 110 (43.36% from 255 or 48.67% from 226); Blue value is 69 (27.34% from 255 or 30.53% from 226); Max value from RGB is 110 - color contains mainly: green. Hex color #2F6E45 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6E45 is #D091BA. Grayscale: #565656. Windows color (decimal): -13668795 or 4550191. OLE color: 4550191.

HSL color Cylindrical-coordinate representation of color #2F6E45: hue angle of 140.95º degrees, saturation: 0.4, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.43% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #2F6E45 is Cyan = 0.57, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.57.

Color convert

RGB 47 110 69 -
CMYK 0.57 0 0.37 0.57
HSL 140.95º 0.4% 0.31% -
HSV(B) 140.95º 0.57% 0.43% -
XYZ 7.82 12.19 7.57 -
YUV 86.49 118.13 99.83 -
System Red Green Blue C M Y K H S L
Decimal 47 110 69 0.57 0 0.37 0.57 140.95 0.4 0.31
Hex 2F 6E 45 39 0 25 39 8D 28 1F
Octal 57 156 105 71 0 45 71 215 50 37
Binary 101111 1101110 1000101 111001 0 100101 111001 10001101 101000 11111

Color Harmonies of #2F6E45

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6E45

Black with #2F6E45

Text Example


Text Example

White with #2F6E45

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,110,69); }

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

background-color css

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

 a { background-color: rgb(47,110,69); }

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

border-color css

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

 span { border-color: rgb(47,110,69); }

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