Html Css Color HEX #2F9947 Chateau Green

📋 copy color: '#2F9947'

red 47 ◦ green 153 ◦ blue 71

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

Shades of Chateau Green #2F9947

Tints of Chateau Green #2F9947

RGB

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

 GREEN value IS 153 (60.16% from 255) = 56.46%

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

R = 17.34%
G = 56.46%
B = 26.2%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.54

 K value IS 0.4

RGB Variations

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

Color information

#2F9947 (or 0x2F9947) is known color: Chateau Green. HEX triplet: 2F, 99 and 47. RGB value is (47,153,71). Sum of RGB (Red+Green+Blue) = 47+153+71=271 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.34% from 271); Green value is 153 (60.16% from 255 or 56.46% from 271); Blue value is 71 (28.12% from 255 or 26.20% from 271); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9947 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9947 is #D066B8. Grayscale: #707070. Windows color (decimal): -13657785 or 4692271. OLE color: 4692271.

HSL color Cylindrical-coordinate representation of color #2F9947: hue angle of 133.58º degrees, saturation: 0.53, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #2F9947 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 71 -
CMYK 0.69 0 0.54 0.4
HSL 133.58º 0.53% 0.39% -
HSV(B) 133.58º 0.69% 0.6% -
XYZ 13.7 23.84 9.84 -
YUV 111.96 104.88 81.67 -
System Red Green Blue C M Y K H S L
Decimal 47 153 71 0.69 0 0.54 0.4 133.58 0.53 0.39
Hex 2F 99 47 45 0 36 28 86 35 27
Octal 57 231 107 105 0 66 50 206 65 47
Binary 101111 10011001 1000111 1000101 0 110110 101000 10000110 110101 100111

Color Harmonies of #2F9947

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9947

Black with #2F9947

Text Example


Text Example

White with #2F9947

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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