Html Css Color HEX #2F9A4B Chateau Green

📋 copy color: '#2F9A4B'

red 47 ◦ green 154 ◦ blue 75

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

Shades of Chateau Green #2F9A4B

Tints of Chateau Green #2F9A4B

RGB

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

 GREEN value IS 154 (60.55% from 255) = 55.8%

 BLUE value IS 75 (29.69% from 255) = 27.17%

R = 17.03%
G = 55.8%
B = 27.17%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.51

 K value IS 0.40

RGB Variations

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

Color information

#2F9A4B (or 0x2F9A4B) is known color: Chateau Green. HEX triplet: 2F, 9A and 4B. RGB value is (47,154,75). Sum of RGB (Red+Green+Blue) = 47+154+75=276 (36% of max value = 765). Red value is 47 (18.75% from 255 or 17.03% from 276); Green value is 154 (60.55% from 255 or 55.80% from 276); Blue value is 75 (29.69% from 255 or 27.17% from 276); Max value from RGB is 154 - color contains mainly: green. Hex color #2F9A4B is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2F9A4B is #D065B4. Grayscale: #717171. Windows color (decimal): -13657525 or 4954671. OLE color: 4954671.

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

Color convert

RGB 47 154 75 -
CMYK 0.69 0 0.51 0.40
HSL 135.7º 0.53% 0.39% -
HSV(B) 135.7º 0.69% 0.6% -
XYZ 14 24.22 10.59 -
YUV 113 106.55 80.92 -
System Red Green Blue C M Y K H S L
Decimal 47 154 75 0.69 0 0.51 0.40 135.7 0.53 0.39
Hex 2F 9A 4B 45 0 33 28 88 35 27
Octal 57 232 113 105 0 63 50 210 65 47
Binary 101111 10011010 1001011 1000101 0 110011 101000 10001000 110101 100111

Color Harmonies of #2F9A4B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2F9A4B

Black with #2F9A4B

Text Example


Text Example

White with #2F9A4B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,154,75); }

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

background-color css

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

 a { background-color: rgb(47,154,75); }

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

border-color css

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

 span { border-color: rgb(47,154,75); }

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