Shades of Chateau Green #2DB24A
Tints of Chateau Green #2DB24A
RGB
CMYK
RGB Variations
Color information
#2DB24A (or 0x2DB24A) is known color: Chateau Green. HEX triplet: 2D, B2 and 4A. RGB value is (45,178,74). Sum of RGB (Red+Green+Blue) = 45+178+74=297 (39% of max value = 765). Red value is 45 (17.97% from 255 or 15.15% from 297); Green value is 178 (69.92% from 255 or 59.93% from 297); Blue value is 74 (29.30% from 255 or 24.92% from 297); Max value from RGB is 178 - color contains mainly: green. Hex color #2DB24A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DB24A is #D24DB5. Grayscale: #7E7E7E. Windows color (decimal): -13782454 or 4895277. OLE color: 4895277.
HSL color Cylindrical-coordinate representation of color #2DB24A: hue angle of 133.08º degrees, saturation: 0.6, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #2DB24A is Cyan = 0.75, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.30.
Color convert
RGB | 45 | 178 | 74 | - |
CMYK | 0.75 | 0 | 0.58 | 0.30 |
HSL | 133.08º | 0.6% | 0.44% | - |
HSV(B) | 133.08º | 0.75% | 0.7% | - |
XYZ | 18.24 | 32.89 | 11.87 | - |
YUV | 126.38 | 98.44 | 69.96 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 178 | 74 | 0.75 | 0 | 0.58 | 0.30 | 133.08 | 0.6 | 0.44 |
Hex | 2D | B2 | 4A | 4B | 0 | 3A | 1E | 85 | 3C | 2C |
Octal | 55 | 262 | 112 | 113 | 0 | 72 | 36 | 205 | 74 | 54 |
Binary | 101101 | 10110010 | 1001010 | 1001011 | 0 | 111010 | 11110 | 10000101 | 111100 | 101100 |
Color Harmonies of #2DB24A
Complementary color
Monochromatic Colors of #2DB24A
Black with #2DB24A
Text Example
Text Example
White with #2DB24A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DB24A; }
p { color: rgb(45,178,74); }
H1.HeaderClassName
{
color: #2DB24A;
}
.AnyTagClassName
{
color: #2DB24A;
}
</style>
background-color css
<style>
a { background-color: #2DB24A; }
a { background-color: rgb(45,178,74); }
div.DivClassName
{
background-color: #2DB24A;
}
.BgClassName
{
background-color: #2DB24A;
}
</style>
border-color css
<style>
span { border-color: #2DB24A; }
span { border-color: rgb(45,178,74); }
td.TdClassName
{
border-color: #2DB24A;
}
.TagClassName
{
border-color: #2DB24A;
}
</style>