Html Css Color HEX #2F953F Chateau Green

📋 copy color: '#2F953F'

red 47 ◦ green 149 ◦ blue 63

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

Shades of Chateau Green #2F953F

Tints of Chateau Green #2F953F

RGB

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

 GREEN value IS 149 (58.59% from 255) = 57.53%

 BLUE value IS 63 (25% from 255) = 24.32%

R = 18.15%
G = 57.53%
B = 24.32%

CMYK

 C value IS 0.68

 M value IS 0

 Y value IS 0.58

 K value IS 0.42

RGB Variations

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

Color information

#2F953F (or 0x2F953F) is known color: Chateau Green. HEX triplet: 2F, 95 and 3F. RGB value is (47,149,63). Sum of RGB (Red+Green+Blue) = 47+149+63=259 (34% of max value = 765). Red value is 47 (18.75% from 255 or 18.15% from 259); Green value is 149 (58.59% from 255 or 57.53% from 259); Blue value is 63 (25% from 255 or 24.32% from 259); Max value from RGB is 149 - color contains mainly: green. Hex color #2F953F is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F953F is #D06AC0. Grayscale: #6C6C6C. Windows color (decimal): -13658817 or 4166959. OLE color: 4166959.

HSL color Cylindrical-coordinate representation of color #2F953F: hue angle of 129.41º degrees, saturation: 0.52, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #2F953F is Cyan = 0.68, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.42.

Color convert

RGB 47 149 63 -
CMYK 0.68 0 0.58 0.42
HSL 129.41º 0.52% 0.38% -
HSV(B) 129.41º 0.68% 0.58% -
XYZ 12.82 22.46 8.36 -
YUV 108.7 102.21 83.99 -
System Red Green Blue C M Y K H S L
Decimal 47 149 63 0.68 0 0.58 0.42 129.41 0.52 0.38
Hex 2F 95 3F 44 0 3A 2A 81 34 26
Octal 57 225 77 104 0 72 52 201 64 46
Binary 101111 10010101 111111 1000100 0 111010 101010 10000001 110100 100110

Color Harmonies of #2F953F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F953F

Black with #2F953F

Text Example


Text Example

White with #2F953F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,149,63); }

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

background-color css

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

 a { background-color: rgb(47,149,63); }

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

border-color css

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

 span { border-color: rgb(47,149,63); }

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