Html Css Color HEX #2F6949 Green Pea

📋 copy color: '#2F6949'

red 47 ◦ green 105 ◦ blue 73

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

Shades of Green Pea #2F6949

Tints of Green Pea #2F6949

RGB

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

 GREEN value IS 105 (41.41% from 255) = 46.67%

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

R = 20.89%
G = 46.67%
B = 32.44%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.30

 K value IS 0.59

RGB Variations

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

Color information

#2F6949 (or 0x2F6949) is known color: Green Pea. HEX triplet: 2F, 69 and 49. RGB value is (47,105,73). Sum of RGB (Red+Green+Blue) = 47+105+73=225 (29% of max value = 765). Red value is 47 (18.75% from 255 or 20.89% from 225); Green value is 105 (41.41% from 255 or 46.67% from 225); Blue value is 73 (28.91% from 255 or 32.44% from 225); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6949 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6949 is #D096B6. Grayscale: #545454. Windows color (decimal): -13670071 or 4811055. OLE color: 4811055.

HSL color Cylindrical-coordinate representation of color #2F6949: hue angle of 146.9º degrees, saturation: 0.38, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #2F6949 is Cyan = 0.55, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.59.

Color convert

RGB 47 105 73 -
CMYK 0.55 0 0.30 0.59
HSL 146.9º 0.38% 0.3% -
HSV(B) 146.9º 0.55% 0.41% -
XYZ 7.43 11.19 8.07 -
YUV 84.01 121.78 101.6 -
System Red Green Blue C M Y K H S L
Decimal 47 105 73 0.55 0 0.30 0.59 146.9 0.38 0.3
Hex 2F 69 49 37 0 1E 3B 93 26 1E
Octal 57 151 111 67 0 36 73 223 46 36
Binary 101111 1101001 1001001 110111 0 11110 111011 10010011 100110 11110

Color Harmonies of #2F6949

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6949

Black with #2F6949

Text Example


Text Example

White with #2F6949

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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