Html Css Color HEX #2FAA54 Chateau Green

📋 copy color: '#2FAA54'

red 47 ◦ green 170 ◦ blue 84

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

Shades of Chateau Green #2FAA54

Tints of Chateau Green #2FAA54

RGB

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

 GREEN value IS 170 (66.8% from 255) = 56.48%

 BLUE value IS 84 (33.2% from 255) = 27.91%

R = 15.61%
G = 56.48%
B = 27.91%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.51

 K value IS 0.33

RGB Variations

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

Color information

#2FAA54 (or 0x2FAA54) is known color: Chateau Green. HEX triplet: 2F, AA and 54. RGB value is (47,170,84). Sum of RGB (Red+Green+Blue) = 47+170+84=301 (39% of max value = 765). Red value is 47 (18.75% from 255 or 15.61% from 301); Green value is 170 (66.80% from 255 or 56.48% from 301); Blue value is 84 (33.20% from 255 or 27.91% from 301); Max value from RGB is 170 - color contains mainly: green. Hex color #2FAA54 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAA54 is #D055AB. Grayscale: #7B7B7B. Windows color (decimal): -13653420 or 5548591. OLE color: 5548591.

HSL color Cylindrical-coordinate representation of color #2FAA54: hue angle of 138.05º degrees, saturation: 0.57, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2FAA54 is Cyan = 0.72, Magento = 0, Yellow = 0.51 and Black (K on CMYK) = 0.33.

Color convert

RGB 47 170 84 -
CMYK 0.72 0 0.51 0.33
HSL 138.05º 0.57% 0.43% -
HSV(B) 138.05º 0.72% 0.67% -
XYZ 17.15 29.99 13.27 -
YUV 123.42 105.75 73.49 -
System Red Green Blue C M Y K H S L
Decimal 47 170 84 0.72 0 0.51 0.33 138.05 0.57 0.43
Hex 2F AA 54 48 0 33 21 8A 39 2B
Octal 57 252 124 110 0 63 41 212 71 53
Binary 101111 10101010 1010100 1001000 0 110011 100001 10001010 111001 101011

Color Harmonies of #2FAA54

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2FAA54

Black with #2FAA54

Text Example


Text Example

White with #2FAA54

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(47,170,84); }

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

background-color css

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

 a { background-color: rgb(47,170,84); }

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

border-color css

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

 span { border-color: rgb(47,170,84); }

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