Shades of Rangoon Green #2A2D24
Tints of Rangoon Green #2A2D24
RGB
CMYK
RGB Variations
Color information
#2A2D24 (or 0x2A2D24) is known color: Rangoon Green. HEX triplet: 2A, 2D and 24. RGB value is (42,45,36). Sum of RGB (Red+Green+Blue) = 42+45+36=123 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.15% from 123); Green value is 45 (17.97% from 255 or 36.59% from 123); Blue value is 36 (14.45% from 255 or 29.27% from 123); Max value from RGB is 45 - color contains mainly: green. Hex color #2A2D24 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D24 is #D5D2DB. Grayscale: #2B2B2B. Windows color (decimal): -14013148 or 2370858. OLE color: 2370858.
HSL color Cylindrical-coordinate representation of color #2A2D24: hue angle of 80º degrees, saturation: 0.11, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.2%. Process color model (Four color, CMYK) of #2A2D24 is Cyan = 0.07, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.82.
Color convert
RGB | 42 | 45 | 36 | - |
CMYK | 0.07 | 0 | 0.2 | 0.82 |
HSL | 80º | 0.11% | 0.16% | - |
HSV(B) | 80º | 0.2% | 0.18% | - |
XYZ | 2.21 | 2.5 | 2.03 | - |
YUV | 43.08 | 124.01 | 127.23 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 45 | 36 | 0.07 | 0 | 0.2 | 0.82 | 80 | 0.11 | 0.16 |
Hex | 2A | 2D | 24 | 7 | 0 | 14 | 52 | 50 | B | 10 |
Octal | 52 | 55 | 44 | 7 | 0 | 24 | 122 | 120 | 13 | 20 |
Binary | 101010 | 101101 | 100100 | 111 | 0 | 10100 | 1010010 | 1010000 | 1011 | 10000 |
Color Harmonies of #2A2D24
Complementary color
Monochromatic Colors of #2A2D24
Black with #2A2D24
Text Example
Text Example
White with #2A2D24
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D24; }
p { color: rgb(42,45,36); }
H1.HeaderClassName
{
color: #2A2D24;
}
.AnyTagClassName
{
color: #2A2D24;
}
</style>
background-color css
<style>
a { background-color: #2A2D24; }
a { background-color: rgb(42,45,36); }
div.DivClassName
{
background-color: #2A2D24;
}
.BgClassName
{
background-color: #2A2D24;
}
</style>
border-color css
<style>
span { border-color: #2A2D24; }
span { border-color: rgb(42,45,36); }
td.TdClassName
{
border-color: #2A2D24;
}
.TagClassName
{
border-color: #2A2D24;
}
</style>