#2DA653

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

Shades of Chateau Green #2DA653

Tints of Chateau Green #2DA653

Color information

#2DA653 (or 0x2DA653) is unknown color: approx Chateau Green. HEX triplet: 2D, A6 and 53. RGB value is (45,166,83). Sum of RGB (Red+Green+Blue) = 45+166+83=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 166 (65.23% from 255 or 56.46% from 294); Blue value is 83 (32.81% from 255 or 28.23% from 294); Max value from RGB is 166 - color contains mainly: green. Hex color #2DA653 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA653 is #D259AC. Grayscale: #787878. Windows color (decimal): -13785517 or 5482029. OLE color: 5482029.

HSL color Cylindrical-coordinate representation of color #2DA653: hue angle of 138.84º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA653 is Cyan = 0.73, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.35.

Color convert

RGB4516683-
CMYK0.7300.500.35
HSL138.84º57.35%41.37%-
HSV(B)138.84º72.89%65.1%-
XYZ16.2828.4512.82-
YUV120.36106.9174.25-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.31%
GREEN value IS 166 (65.23% from 255) = 56.46%
BLUE value IS 83 (32.81% from 255) = 28.23%
R=15.31%
G=56.46%
B=28.23%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45166830.7300.500.35138.8457.3541.37
Hex2DA65349032238b3929
Octal55246123111062432137151
Binary1011011010011010100111001001011001010001110001011111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA653

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,166,83); }

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

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

 a { background-color: rgb(45,166,83); }

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

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

 span { border-color: rgb(45,166,83); }

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