#2FA443

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

Shades of Chateau Green #2FA443

Tints of Chateau Green #2FA443

Color information

#2FA443 (or 0x2FA443) is unknown color: approx Chateau Green. HEX triplet: 2F, A4 and 43. RGB value is (47,164,67). Sum of RGB (Red+Green+Blue) = 47+164+67=278 (36% of max value = 765). Red value is 47 (18.75% from 255 or 16.91% from 278); Green value is 164 (64.45% from 255 or 58.99% from 278); Blue value is 67 (26.56% from 255 or 24.10% from 278); Max value from RGB is 164 - color contains mainly: green. Hex color #2FA443 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2FA443 is #D05BBC. Grayscale: #767676. Windows color (decimal): -13654973 or 4432943. OLE color: 4432943.

HSL color Cylindrical-coordinate representation of color #2FA443: hue angle of 130.26º 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 #2FA443 is Cyan = 0.71, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.36.

Color convert

RGB4716467-
CMYK0.7100.590.36
HSL130.26º55.45%41.37%-
HSV(B)130.26º71.34%64.31%-
XYZ15.4627.569.82-
YUV117.9699.2477.39-

RGB Variations

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

RGB

RED value IS 47 (18.75% from 255) = 16.91%
GREEN value IS 164 (64.45% from 255) = 58.99%
BLUE value IS 67 (26.56% from 255) = 24.10%
R=16.91%
G=58.99%
B=24.10%

CMYK

C (Cyan) values IS 0.71
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal47164670.7100.590.36130.2655.4541.37
Hex2FA4434703B24823729
Octal57244103107073442026751
Binary1011111010010010000111000111011101110010010000010110111101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2FA443

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(47,164,67); }

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

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

 a { background-color: rgb(47,164,67); }

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

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

 span { border-color: rgb(47,164,67); }

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