Html Css Color HEX #2F6B48 Green Pea

📋 copy color: '#2F6B48'

red 47 ◦ green 107 ◦ blue 72

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

Shades of Green Pea #2F6B48

Tints of Green Pea #2F6B48

RGB

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

 GREEN value IS 107 (42.19% from 255) = 47.35%

 BLUE value IS 72 (28.52% from 255) = 31.86%

R = 20.8%
G = 47.35%
B = 31.86%

CMYK

 C value IS 0.56

 M value IS 0

 Y value IS 0.33

 K value IS 0.58

RGB Variations

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

Color information

#2F6B48 (or 0x2F6B48) is known color: Green Pea. HEX triplet: 2F, 6B and 48. RGB value is (47,107,72). Sum of RGB (Red+Green+Blue) = 47+107+72=226 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.80% from 226); Green value is 107 (42.19% from 255 or 47.35% from 226); Blue value is 72 (28.52% from 255 or 31.86% from 226); Max value from RGB is 107 - color contains mainly: green. Hex color #2F6B48 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6B48 is #D094B7. Grayscale: #555555. Windows color (decimal): -13669560 or 4746031. OLE color: 4746031.

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

Color convert

RGB 47 107 72 -
CMYK 0.56 0 0.33 0.58
HSL 145º 0.39% 0.3% -
HSV(B) 145º 0.56% 0.42% -
XYZ 7.6 11.59 7.97 -
YUV 85.07 120.62 100.85 -
System Red Green Blue C M Y K H S L
Decimal 47 107 72 0.56 0 0.33 0.58 145 0.39 0.3
Hex 2F 6B 48 38 0 21 3A 91 27 1E
Octal 57 153 110 70 0 41 72 221 47 36
Binary 101111 1101011 1001000 111000 0 100001 111010 10010001 100111 11110

Color Harmonies of #2F6B48

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6B48

Black with #2F6B48

Text Example


Text Example

White with #2F6B48

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,107,72); }

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

background-color css

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

 a { background-color: rgb(47,107,72); }

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

border-color css

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

 span { border-color: rgb(47,107,72); }

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