#2DA745

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

Shades of Chateau Green #2DA745

Tints of Chateau Green #2DA745

Color information

#2DA745 (or 0x2DA745) is unknown color: approx Chateau Green. HEX triplet: 2D, A7 and 45. RGB value is (45,167,69). Sum of RGB (Red+Green+Blue) = 45+167+69=281 (37% of max value = 765). Red value is 45 (17.97% from 255 or 16.01% from 281); Green value is 167 (65.62% from 255 or 59.43% from 281); Blue value is 69 (27.34% from 255 or 24.56% from 281); Max value from RGB is 167 - color contains mainly: green. Hex color #2DA745 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DA745 is #D258BA. Grayscale: #777777. Windows color (decimal): -13785275 or 4564781. OLE color: 4564781.

HSL color Cylindrical-coordinate representation of color #2DA745: hue angle of 131.8º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2DA745 is Cyan = 0.73, Magento = 0, Yellow = 0.59 and Black (K on CMYK) = 0.35.

Color convert

RGB4516769-
CMYK0.7300.590.35
HSL131.8º57.55%41.57%-
HSV(B)131.8º73.05%65.49%-
XYZ15.9828.6210.31-
YUV119.3599.5874.97-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 16.01%
GREEN value IS 167 (65.62% from 255) = 59.43%
BLUE value IS 69 (27.34% from 255) = 24.56%
R=16.01%
G=59.43%
B=24.56%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.59
K (Black) values IS 0.35
SystemRedGreenBlueCMYKHSL
Decimal45167690.7300.590.35131.857.5541.57
Hex2DA7454903B23843a2a
Octal55247105111073432047252
Binary1011011010011110001011001001011101110001110000100111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DA745

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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