#2DA546

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

Shades of Chateau Green #2DA546

Tints of Chateau Green #2DA546

Color information

#2DA546 (or 0x2DA546) is unknown color: approx Chateau Green. HEX triplet: 2D, A5 and 46. RGB value is (45,165,70). Sum of RGB (Red+Green+Blue) = 45+165+70=280 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.07% from 280); Green value is 165 (64.84% from 255 or 58.93% from 280); Blue value is 70 (27.73% from 255 or 25% from 280); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA546 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA546 is #D25AB9. Grayscale: #767676. Windows color (decimal): -13785786 or 4629805. OLE color: 4629805.

HSL color Cylindrical-coordinate representation of color #2DA546: hue angle of 132.5º 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 #2DA546 is Cyan = 0.73, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.35.

Color convert

RGB4516570-
CMYK0.7300.580.35
HSL132.5º57.14%41.18%-
HSV(B)132.5º72.73%64.71%-
XYZ15.6427.9110.36-
YUV118.29100.7475.72-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.07%
GREEN value IS 165 (64.84% from 255) = 58.93%
BLUE value IS 70 (27.73% from 255) = 25%
R=16.07%
G=58.93%
B=25%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.58
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45165700.7300.580.35132.557.1441.18
Hex2DA5464903A23843929
Octal55245106111072432047151
Binary1011011010010110001101001001011101010001110000100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA546

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,165,70); }

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

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

 a { background-color: rgb(45,165,70); }

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

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

 span { border-color: rgb(45,165,70); }

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