#2DAA4E

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

Shades of Chateau Green #2DAA4E

Tints of Chateau Green #2DAA4E

Color information

#2DAA4E (or 0x2DAA4E) is unknown color: approx Chateau Green. HEX triplet: 2D, AA and 4E. RGB value is (45,170,78). Sum of RGB (Red+Green+Blue) = 45+170+78=293 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.36% from 293); Green value is 170 (66.80% from 255 or 58.02% from 293); Blue value is 78 (30.86% from 255 or 26.62% from 293); Max value from RGB is 170 - color contains mainly: green. Hex color #2DAA4E is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2DAA4E is #D255B1. Grayscale: #7A7A7A. Windows color (decimal): -13784498 or 5155373. OLE color: 5155373.

HSL color Cylindrical-coordinate representation of color #2DAA4E: hue angle of 135.84º degrees, saturation: 0.58, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.67% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAA4E is Cyan = 0.74, Magento = 0, Yellow = 0.54 and Black (K on CMYK) = 0.33.

Color convert

RGB4517078-
CMYK0.7400.540.33
HSL135.84º58.14%42.16%-
HSV(B)135.84º73.53%66.67%-
XYZ16.8329.8612.08-
YUV122.14103.0972.98-

RGB Variations

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

RGB

RED value IS 45 (17.97% from 255) = 15.36%
GREEN value IS 170 (66.80% from 255) = 58.02%
BLUE value IS 78 (30.86% from 255) = 26.62%
R=15.36%
G=58.02%
B=26.62%

CMYK

C (Cyan) values IS 0.74
M (Magenta) values IS 0
Y (Yellow) values IS 0.54
K (Black) values IS 0.33
SystemRedGreenBlueCMYKHSL
Decimal45170780.7400.540.33135.8458.1442.16
Hex2DAA4E4A03621883a2a
Octal55252116112066412107252
Binary1011011010101010011101001010011011010000110001000111010101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #2DAA4E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(45,170,78); }

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

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

 a { background-color: rgb(45,170,78); }

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

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

 span { border-color: rgb(45,170,78); }

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