Html Css Color HEX #2F6049 Green Pea

📋 copy color: '#2F6049'

red 47 ◦ green 96 ◦ blue 73

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

Shades of Green Pea #2F6049

Tints of Green Pea #2F6049

RGB

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

 GREEN value IS 96 (37.89% from 255) = 44.44%

 BLUE value IS 73 (28.91% from 255) = 33.8%

R = 21.76%
G = 44.44%
B = 33.8%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.24

 K value IS 0.62

RGB Variations

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

Color information

#2F6049 (or 0x2F6049) is known color: Green Pea. HEX triplet: 2F, 60 and 49. RGB value is (47,96,73). Sum of RGB (Red+Green+Blue) = 47+96+73=216 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.76% from 216); Green value is 96 (37.89% from 255 or 44.44% from 216); Blue value is 73 (28.91% from 255 or 33.80% from 216); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6049 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6049 is #D09FB6. Grayscale: #4E4E4E. Windows color (decimal): -13672375 or 4808751. OLE color: 4808751.

HSL color Cylindrical-coordinate representation of color #2F6049: hue angle of 151.84º degrees, saturation: 0.34, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.38% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #2F6049 is Cyan = 0.51, Magento = 0, Yellow = 0.24 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 73 -
CMYK 0.51 0 0.24 0.62
HSL 151.84º 0.34% 0.28% -
HSV(B) 151.84º 0.51% 0.38% -
XYZ 6.56 9.45 7.78 -
YUV 78.73 124.77 105.37 -
System Red Green Blue C M Y K H S L
Decimal 47 96 73 0.51 0 0.24 0.62 151.84 0.34 0.28
Hex 2F 60 49 33 0 18 3E 98 22 1C
Octal 57 140 111 63 0 30 76 230 42 34
Binary 101111 1100000 1001001 110011 0 11000 111110 10011000 100010 11100

Color Harmonies of #2F6049

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6049

Black with #2F6049

Text Example


Text Example

White with #2F6049

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,96,73); }

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

background-color css

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

 a { background-color: rgb(47,96,73); }

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

border-color css

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

 span { border-color: rgb(47,96,73); }

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