#2FA344

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

Shades of Chateau Green #2FA344

Tints of Chateau Green #2FA344

Color information

#2FA344 (or 0x2FA344) is unknown color: approx Chateau Green. HEX triplet: 2F, A3 and 44. RGB value is (47,163,68). Sum of RGB (Red+Green+Blue) = 47+163+68=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 163 (64.06% from 255 or 58.63% from 278); Blue value is 68 (26.95% from 255 or 24.46% from 278); Max value from RGB is 163 - color contains mainly: green. Hex color #2FA344 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA344 is #D05CBB. Grayscale: #757575. Windows color (decimal): -13655228 or 4498223. OLE color: 4498223.

HSL color Cylindrical-coordinate representation of color #2FA344: hue angle of 130.86º degrees, saturation: 0.55, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2FA344 is Cyan = 0.71, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.36.

Color convert

RGB4716368-
CMYK0.7100.580.36
HSL130.86º55.24%41.18%-
HSV(B)130.86º71.17%63.92%-
XYZ15.3127.229.92-
YUV117.49100.0777.72-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 163 (64.06% from 255) = 58.63%
BLUE value IS 68 (26.95% from 255) = 24.46%
R=16.91%
G=58.63%
B=24.46%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47163680.7100.580.36130.8655.2441.18
Hex2FA3444703A24833729
Octal57243104107072442036751
Binary1011111010001110001001000111011101010010010000011110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA344

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,163,68); }

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

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

 a { background-color: rgb(47,163,68); }

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

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

 span { border-color: rgb(47,163,68); }

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