#2DA251

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

Shades of Chateau Green #2DA251

Tints of Chateau Green #2DA251

Color information

#2DA251 (or 0x2DA251) is unknown color: approx Chateau Green. HEX triplet: 2D, A2 and 51. RGB value is (45,162,81). Sum of RGB (Red+Green+Blue) = 45+162+81=288 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.62% from 288); Green value is 162 (63.67% from 255 or 56.25% from 288); Blue value is 81 (32.03% from 255 or 28.12% from 288); Max value from RGB is 162 - color contains mainly: green. Hex color #2DA251 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DA251 is #D25DAE. Grayscale: #757575. Windows color (decimal): -13786543 or 5349933. OLE color: 5349933.

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

Color convert

RGB4516281-
CMYK0.7200.500.36
HSL138.46º56.52%40.59%-
HSV(B)138.46º72.22%63.53%-
XYZ15.4926.9912.18-
YUV117.78107.2476.09-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.62%
GREEN value IS 162 (63.67% from 255) = 56.25%
BLUE value IS 81 (32.03% from 255) = 28.12%
R=15.62%
G=56.25%
B=28.12%

CMYK

C (Cyan) values IS 0.72
M (Magenta) values IS 0
Y (Yellow) values IS 0.50
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal45162810.7200.500.36138.4656.5240.59
Hex2DA25148032248a3929
Octal55242121110062442127151
Binary1011011010001010100011001000011001010010010001010111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA251

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,162,81); }

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

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

 a { background-color: rgb(45,162,81); }

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

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

 span { border-color: rgb(45,162,81); }

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