#2DAD55

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

Shades of Chateau Green #2DAD55

Tints of Chateau Green #2DAD55

Color information

#2DAD55 (or 0x2DAD55) is unknown color: approx Chateau Green. HEX triplet: 2D, AD and 55. RGB value is (45,173,85). Sum of RGB (Red+Green+Blue) = 45+173+85=303 (40% of max value = 765). Red value is 45 (17.97% from 255 or 14.85% from 303); Green value is 173 (67.97% from 255 or 57.10% from 303); Blue value is 85 (33.59% from 255 or 28.05% from 303); Max value from RGB is 173 - color contains mainly: green. Hex color #2DAD55 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAD55 is #D252AA. Grayscale: #7C7C7C. Windows color (decimal): -13783723 or 5614893. OLE color: 5614893.

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

Color convert

RGB4517385-
CMYK0.7400.510.32
HSL138.75º58.72%42.75%-
HSV(B)138.75º73.99%67.84%-
XYZ17.6731.113.67-
YUV124.7105.5971.16-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 14.85%
GREEN value IS 173 (67.97% from 255) = 57.10%
BLUE value IS 85 (33.59% from 255) = 28.05%
R=14.85%
G=57.10%
B=28.05%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.51
K (Black) values IS 0.32
SystemRedGreenBlueCMYKHSL
Decimal45173850.7400.510.32138.7558.7242.75
Hex2DAD554A033208b3b2b
Octal55255125112063402137353
Binary1011011010110110101011001010011001110000010001011111011101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAD55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,173,85); }

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

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

 a { background-color: rgb(45,173,85); }

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

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

 span { border-color: rgb(45,173,85); }

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