Shades of Chateau Green #2DAF4A
Tints of Chateau Green #2DAF4A
RGB
CMYK
RGB Variations
Color information
#2DAF4A (or 0x2DAF4A) is known color: Chateau Green. HEX triplet: 2D, AF and 4A. RGB value is (45,175,74). Sum of RGB (Red+Green+Blue) = 45+175+74=294 (38% of max value = 765). Red value is 45 (17.97% from 255 or 15.31% from 294); Green value is 175 (68.75% from 255 or 59.52% from 294); Blue value is 74 (29.30% from 255 or 25.17% from 294); Max value from RGB is 175 - color contains mainly: green. Hex color #2DAF4A is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2DAF4A is #D250B5. Grayscale: #7C7C7C. Windows color (decimal): -13783222 or 4894509. OLE color: 4894509.
HSL color Cylindrical-coordinate representation of color #2DAF4A: hue angle of 133.38º degrees, saturation: 0.59, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.69% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2DAF4A is Cyan = 0.74, Magento = 0, Yellow = 0.58 and Black (K on CMYK) = 0.31.
Color convert
| RGB | 45 | 175 | 74 | - |
| CMYK | 0.74 | 0 | 0.58 | 0.31 |
| HSL | 133.38º | 0.59% | 0.43% | - |
| HSV(B) | 133.38º | 0.74% | 0.69% | - |
| XYZ | 17.65 | 31.71 | 11.67 | - |
| YUV | 124.62 | 99.43 | 71.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 45 | 175 | 74 | 0.74 | 0 | 0.58 | 0.31 | 133.38 | 0.59 | 0.43 |
| Hex | 2D | AF | 4A | 4A | 0 | 3A | 1F | 85 | 3B | 2B |
| Octal | 55 | 257 | 112 | 112 | 0 | 72 | 37 | 205 | 73 | 53 |
| Binary | 101101 | 10101111 | 1001010 | 1001010 | 0 | 111010 | 11111 | 10000101 | 111011 | 101011 |
Color Harmonies of #2DAF4A
Complementary color
Monochromatic Colors of #2DAF4A
Black with #2DAF4A
Text Example
Text Example
White with #2DAF4A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2DAF4A; }
p { color: rgb(45,175,74); }
H1.HeaderClassName
{
color: #2DAF4A;
}
.AnyTagClassName
{
color: #2DAF4A;
}
</style>
background-color css
<style>
a { background-color: #2DAF4A; }
a { background-color: rgb(45,175,74); }
div.DivClassName
{
background-color: #2DAF4A;
}
.BgClassName
{
background-color: #2DAF4A;
}
</style>
border-color css
<style>
span { border-color: #2DAF4A; }
span { border-color: rgb(45,175,74); }
td.TdClassName
{
border-color: #2DAF4A;
}
.TagClassName
{
border-color: #2DAF4A;
}
</style>