#2DB15A

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

Shades of Chateau Green #2DB15A

Tints of Chateau Green #2DB15A

Color information

#2DB15A (or 0x2DB15A) is unknown color: approx Chateau Green. HEX triplet: 2D, B1 and 5A. RGB value is (45,177,90). Sum of RGB (Red+Green+Blue) = 45+177+90=312 (41% of max value = 765). Red value is 45 (17.97% from 255 or 14.42% from 312); Green value is 177 (69.53% from 255 or 56.73% from 312); Blue value is 90 (35.55% from 255 or 28.85% from 312); Max value from RGB is 177 - color contains mainly: green. Hex color #2DB15A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB15A is #D24EA5. Grayscale: #7F7F7F. Windows color (decimal): -13782694 or 5943597. OLE color: 5943597.

HSL color Cylindrical-coordinate representation of color #2DB15A: hue angle of 140.45º degrees, saturation: 0.59, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB15A is Cyan = 0.75, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.31.

Color convert

RGB4517790-
CMYK0.7500.490.31
HSL140.45º59.46%43.53%-
HSV(B)140.45º74.58%69.41%-
XYZ18.6532.7415.01-
YUV127.61106.7769.07-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.42%
GREEN value IS 177 (69.53% from 255) = 56.73%
BLUE value IS 90 (35.55% from 255) = 28.85%
R=14.42%
G=56.73%
B=28.85%

CMYK

C (Cyan) values IS 0.75
M (Magenta) values IS 0
Y (Yellow) values IS 0.49
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45177900.7500.490.31140.4559.4643.53
Hex2DB15A4B0311F8c3b2c
Octal55261132113061372147354
Binary101101101100011011010100101101100011111110001100111011101100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB15A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,177,90); }

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

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

 a { background-color: rgb(45,177,90); }

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

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

 span { border-color: rgb(45,177,90); }

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