#2DB050

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

Shades of Chateau Green #2DB050

Tints of Chateau Green #2DB050

Color information

#2DB050 (or 0x2DB050) is unknown color: approx Chateau Green. HEX triplet: 2D, B0 and 50. RGB value is (45,176,80). Sum of RGB (Red+Green+Blue) = 45+176+80=301 (39% of max value = 765). Red value is 45 (17.97% from 255 or 14.95% from 301); Green value is 176 (69.14% from 255 or 58.47% from 301); Blue value is 80 (31.64% from 255 or 26.58% from 301); Max value from RGB is 176 - color contains mainly: green. Hex color #2DB050 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DB050 is #D24FAF. Grayscale: #7E7E7E. Windows color (decimal): -13782960 or 5287981. OLE color: 5287981.

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

Color convert

RGB4517680-
CMYK0.7400.550.31
HSL136.03º59.28%43.33%-
HSV(B)136.03º74.43%69.02%-
XYZ18.0632.1912.85-
YUV125.89102.170.31-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.95%
GREEN value IS 176 (69.14% from 255) = 58.47%
BLUE value IS 80 (31.64% from 255) = 26.58%
R=14.95%
G=58.47%
B=26.58%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.55
K (Black) values IS 0.31
SystemRedGreenBlueCMYKHSL
Decimal45176800.7400.550.31136.0359.2843.33
Hex2DB0504A0371F883b2b
Octal55260120112067372107353
Binary101101101100001010000100101001101111111110001000111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DB050

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,176,80); }

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

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

 a { background-color: rgb(45,176,80); }

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

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

 span { border-color: rgb(45,176,80); }

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