#2DA545

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

Shades of Chateau Green #2DA545

Tints of Chateau Green #2DA545

Color information

#2DA545 (or 0x2DA545) is unknown color: approx Chateau Green. HEX triplet: 2D, A5 and 45. RGB value is (45,165,69). Sum of RGB (Red+Green+Blue) = 45+165+69=279 (36% of max value = 765). Red value is 45 (17.97% from 255 or 16.13% from 279); Green value is 165 (64.84% from 255 or 59.14% from 279); Blue value is 69 (27.34% from 255 or 24.73% from 279); Max value from RGB is 165 - color contains mainly: green. Hex color #2DA545 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA545 is #D25ABA. Grayscale: #767676. Windows color (decimal): -13785787 or 4564269. OLE color: 4564269.

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

Color convert

RGB4516569-
CMYK0.7300.580.35
HSL132º57.14%41.18%-
HSV(B)132º72.73%64.71%-
XYZ15.6127.910.19-
YUV118.18100.2475.81-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.13%
GREEN value IS 165 (64.84% from 255) = 59.14%
BLUE value IS 69 (27.34% from 255) = 24.73%
R=16.13%
G=59.14%
B=24.73%

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
Decimal45165690.7300.580.3513257.1441.18
Hex2DA5454903A23843929
Octal55245105111072432047151
Binary1011011010010110001011001001011101010001110000100111001101001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA545

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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