Html Css Color HEX #2F6947 Green Pea

📋 copy color: '#2F6947'

red 47 ◦ green 105 ◦ blue 71

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

Shades of Green Pea #2F6947

Tints of Green Pea #2F6947

RGB

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

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

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

R = 21.08%
G = 47.09%
B = 31.84%

CMYK

 C value IS 0.55

 M value IS 0

 Y value IS 0.32

 K value IS 0.59

RGB Variations

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

Color information

#2F6947 (or 0x2F6947) is known color: Green Pea. HEX triplet: 2F, 69 and 47. RGB value is (47,105,71). Sum of RGB (Red+Green+Blue) = 47+105+71=223 (29% of max value = 765). Red value is 47 (18.75% from 255 or 21.08% from 223); Green value is 105 (41.41% from 255 or 47.09% from 223); Blue value is 71 (28.12% from 255 or 31.84% from 223); Max value from RGB is 105 - color contains mainly: green. Hex color #2F6947 is not a web safe color. Web safe color analog (approx): #336633. Inversed color of #2F6947 is #D096B8. Grayscale: #535353. Windows color (decimal): -13670073 or 4679983. OLE color: 4679983.

HSL color Cylindrical-coordinate representation of color #2F6947: hue angle of 144.83º 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 #2F6947 is Cyan = 0.55, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.59.

Color convert

RGB 47 105 71 -
CMYK 0.55 0 0.32 0.59
HSL 144.83º 0.38% 0.3% -
HSV(B) 144.83º 0.55% 0.41% -
XYZ 7.36 11.16 7.73 -
YUV 83.78 120.78 101.76 -
System Red Green Blue C M Y K H S L
Decimal 47 105 71 0.55 0 0.32 0.59 144.83 0.38 0.3
Hex 2F 69 47 37 0 20 3B 91 26 1E
Octal 57 151 107 67 0 40 73 221 46 36
Binary 101111 1101001 1000111 110111 0 100000 111011 10010001 100110 11110

Color Harmonies of #2F6947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F6947

Black with #2F6947

Text Example


Text Example

White with #2F6947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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