Html Css Color HEX #2F9946 Chateau Green

📋 copy color: '#2F9946'

red 47 ◦ green 153 ◦ blue 70

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

Shades of Chateau Green #2F9946

Tints of Chateau Green #2F9946

RGB

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

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

 BLUE value IS 70 (27.73% from 255) = 25.93%

R = 17.41%
G = 56.67%
B = 25.93%

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

#2F9946 (or 0x2F9946) is known color: Chateau Green. HEX triplet: 2F, 99 and 46. RGB value is (47,153,70). Sum of RGB (Red+Green+Blue) = 47+153+70=270 (35% of max value = 765). Red value is 47 (18.75% from 255 or 17.41% from 270); Green value is 153 (60.16% from 255 or 56.67% from 270); Blue value is 70 (27.73% from 255 or 25.93% from 270); Max value from RGB is 153 - color contains mainly: green. Hex color #2F9946 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9946 is #D066B9. Grayscale: #707070. Windows color (decimal): -13657786 or 4626735. OLE color: 4626735.

HSL color Cylindrical-coordinate representation of color #2F9946: hue angle of 133.02º 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 #2F9946 is Cyan = 0.69, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.4.

Color convert

RGB 47 153 70 -
CMYK 0.69 0 0.54 0.4
HSL 133.02º 0.53% 0.39% -
HSV(B) 133.02º 0.69% 0.6% -
XYZ 13.67 23.83 9.67 -
YUV 111.84 104.38 81.75 -
System Red Green Blue C M Y K H S L
Decimal 47 153 70 0.69 0 0.54 0.4 133.02 0.53 0.39
Hex 2F 99 46 45 0 36 28 85 35 27
Octal 57 231 106 105 0 66 50 205 65 47
Binary 101111 10011001 1000110 1000101 0 110110 101000 10000101 110101 100111

Color Harmonies of #2F9946

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9946

Black with #2F9946

Text Example


Text Example

White with #2F9946

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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