Html Css Color HEX #2F6F49 Green Pea

📋 copy color: '#2F6F49'

red 47 ◦ green 111 ◦ blue 73

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

Shades of Green Pea #2F6F49

Tints of Green Pea #2F6F49

RGB

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

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

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

R = 20.35%
G = 48.05%
B = 31.6%

CMYK

 C value IS 0.58

 M value IS 0

 Y value IS 0.34

 K value IS 0.56

RGB Variations

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

Color information

#2F6F49 (or 0x2F6F49) is known color: Green Pea. HEX triplet: 2F, 6F and 49. RGB value is (47,111,73). Sum of RGB (Red+Green+Blue) = 47+111+73=231 (30% of max value = 765). Red value is 47 (18.75% from 255 or 20.35% from 231); Green value is 111 (43.75% from 255 or 48.05% from 231); Blue value is 73 (28.91% from 255 or 31.60% from 231); Max value from RGB is 111 - color contains mainly: green. Hex color #2F6F49 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6F49 is #D090B6. Grayscale: #575757. Windows color (decimal): -13668535 or 4812591. OLE color: 4812591.

HSL color Cylindrical-coordinate representation of color #2F6F49: hue angle of 144.38º degrees, saturation: 0.41, lightness: 0.31%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #2F6F49 is Cyan = 0.58, Magento = 0, Yellow = 0.34 and Black (K on CMYK) = 0.56.

Color convert

RGB 47 111 73 -
CMYK 0.58 0 0.34 0.56
HSL 144.38º 0.41% 0.31% -
HSV(B) 144.38º 0.58% 0.44% -
XYZ 8.06 12.45 8.28 -
YUV 87.53 119.8 99.09 -
System Red Green Blue C M Y K H S L
Decimal 47 111 73 0.58 0 0.34 0.56 144.38 0.41 0.31
Hex 2F 6F 49 3A 0 22 38 90 29 1F
Octal 57 157 111 72 0 42 70 220 51 37
Binary 101111 1101111 1001001 111010 0 100010 111000 10010000 101001 11111

Color Harmonies of #2F6F49

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6F49

Black with #2F6F49

Text Example


Text Example

White with #2F6F49

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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