Html Css Color HEX #2F6047 Green Pea

📋 copy color: '#2F6047'

red 47 ◦ green 96 ◦ blue 71

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

Shades of Green Pea #2F6047

Tints of Green Pea #2F6047

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 33.18%

R = 21.96%
G = 44.86%
B = 33.18%

CMYK

 C value IS 0.51

 M value IS 0

 Y value IS 0.26

 K value IS 0.62

RGB Variations

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

Color information

#2F6047 (or 0x2F6047) is known color: Green Pea. HEX triplet: 2F, 60 and 47. RGB value is (47,96,71). Sum of RGB (Red+Green+Blue) = 47+96+71=214 (28% of max value = 765). Red value is 47 (18.75% from 255 or 21.96% from 214); Green value is 96 (37.89% from 255 or 44.86% from 214); Blue value is 71 (28.12% from 255 or 33.18% from 214); Max value from RGB is 96 - color contains mainly: green. Hex color #2F6047 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6047 is #D09FB8. Grayscale: #4E4E4E. Windows color (decimal): -13672377 or 4677679. OLE color: 4677679.

HSL color Cylindrical-coordinate representation of color #2F6047: hue angle of 149.39º 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 #2F6047 is Cyan = 0.51, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.62.

Color convert

RGB 47 96 71 -
CMYK 0.51 0 0.26 0.62
HSL 149.39º 0.34% 0.28% -
HSV(B) 149.39º 0.51% 0.38% -
XYZ 6.49 9.43 7.44 -
YUV 78.5 123.77 105.53 -
System Red Green Blue C M Y K H S L
Decimal 47 96 71 0.51 0 0.26 0.62 149.39 0.34 0.28
Hex 2F 60 47 33 0 1A 3E 95 22 1C
Octal 57 140 107 63 0 32 76 225 42 34
Binary 101111 1100000 1000111 110011 0 11010 111110 10010101 100010 11100

Color Harmonies of #2F6047

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6047

Black with #2F6047

Text Example


Text Example

White with #2F6047

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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