#2fab5a

Color #2FAB5A Chateau Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chateau Green #2FAB5A

Tints of Chateau Green #2FAB5A

Color information

#2FAB5A (or 0x2FAB5A) is unknown color: approx Chateau Green. HEX triplet: 2F, AB and 5A. RGB value is (47,171,90). Sum of RGB (Red+Green+Blue) = 47+171+90=308 (40% of max value = 765). Red value is 47 (18.75% from 255 or 15.26% from 308); Green value is 171 (67.19% from 255 or 55.52% from 308); Blue value is 90 (35.55% from 255 or 29.22% from 308); Max value from RGB is 171 - color contains mainly: green. Hex color #2FAB5A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2FAB5A is #D054A5. Grayscale: #7C7C7C. Windows color (decimal): -13653158 or 5942063. OLE color: 5942063.

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

Color convert

RGB4717190-
CMYK0.7300.470.33
HSL140.81º56.88%42.75%-
HSV(B)140.81º72.51%67.06%-
XYZ17.5830.4714.63-
YUV124.69108.4272.59-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 15.26%
GREEN value IS 171 (67.19% from 255) = 55.52%
BLUE value IS 90 (35.55% from 255) = 29.22%
R=15.26%
G=55.52%
B=29.22%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.47
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal47171900.7300.470.33140.8156.8842.75
Hex2FAB5A4902F218d392b
Octal57253132111057412157153
Binary1011111010101110110101001001010111110000110001101111001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2fab5a

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,171,90); }

 H1.HeaderClassName
 {
   color: #2fab5a;
 }
 .AnyTagClassName
 {
   color: #2fab5a;
 }
</style>
background-color css

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

 a { background-color: rgb(47,171,90); }

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

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

 span { border-color: rgb(47,171,90); }

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