#2A9F3D

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

Shades of Chateau Green #2A9F3D

Tints of Chateau Green #2A9F3D

Color information

#2A9F3D (or 0x2A9F3D) is unknown color: approx Chateau Green. HEX triplet: 2A, 9F and 3D. RGB value is (42,159,61). Sum of RGB (Red+Green+Blue) = 42+159+61=262 (34% of max value = 765). Red value is 42 (16.80% from 255 or 16.03% from 262); Green value is 159 (62.5% from 255 or 60.69% from 262); Blue value is 61 (24.22% from 255 or 23.28% from 262); Max value from RGB is 159 - color contains mainly: green. Hex color #2A9F3D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2A9F3D is #D560C2. Grayscale: #717171. Windows color (decimal): -13983939 or 4038442. OLE color: 4038442.

HSL color Cylindrical-coordinate representation of color #2A9F3D: hue angle of 129.74º degrees, saturation: 0.58, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2A9F3D is Cyan = 0.74, Magento = 0, Yellow = 0.62 and Black (K on CMYK) = 0.38.

Color convert

RGB4215961-
CMYK0.7400.620.38
HSL129.74º58.21%39.41%-
HSV(B)129.74º73.58%62.35%-
XYZ14.225.638.61-
YUV112.8498.7477.47-

RGB Variations

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

RGB

RED value IS 42 (16.80% from 255) = 16.03%
GREEN value IS 159 (62.5% from 255) = 60.69%
BLUE value IS 61 (24.22% from 255) = 23.28%
R=16.03%
G=60.69%
B=23.28%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.62
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal42159610.7400.620.38129.7458.2139.41
Hex2A9F3D4A03E26823a27
Octal5223775112076462027247
Binary101010100111111111011001010011111010011010000010111010100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2A9F3D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(42,159,61); }

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

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

 a { background-color: rgb(42,159,61); }

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

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

 span { border-color: rgb(42,159,61); }

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