Shades of Rangoon Green #2A2D23
Tints of Rangoon Green #2A2D23
RGB
CMYK
RGB Variations
Color information
#2A2D23 (or 0x2A2D23) is known color: Rangoon Green. HEX triplet: 2A, 2D and 23. RGB value is (42,45,35). Sum of RGB (Red+Green+Blue) = 42+45+35=122 (16% of max value = 765). Red value is 42 (16.80% from 255 or 34.43% from 122); Green value is 45 (17.97% from 255 or 36.89% from 122); Blue value is 35 (14.06% from 255 or 28.69% from 122); Max value from RGB is 45 - color contains mainly: green. Hex color #2A2D23 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2A2D23 is #D5D2DC. Grayscale: #2B2B2B. Windows color (decimal): -14013149 or 2305322. OLE color: 2305322.
HSL color Cylindrical-coordinate representation of color #2A2D23: hue angle of 78º degrees, saturation: 0.12, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.22%. Process color model (Four color, CMYK) of #2A2D23 is Cyan = 0.07, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.82.
Color convert
RGB | 42 | 45 | 35 | - |
CMYK | 0.07 | 0 | 0.22 | 0.82 |
HSL | 78º | 0.13% | 0.16% | - |
HSV(B) | 78º | 0.22% | 0.18% | - |
XYZ | 2.2 | 2.49 | 1.96 | - |
YUV | 42.96 | 123.51 | 127.31 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 42 | 45 | 35 | 0.07 | 0 | 0.22 | 0.82 | 78 | 0.13 | 0.16 |
Hex | 2A | 2D | 23 | 7 | 0 | 16 | 52 | 4E | C | 10 |
Octal | 52 | 55 | 43 | 7 | 0 | 26 | 122 | 116 | 14 | 20 |
Binary | 101010 | 101101 | 100011 | 111 | 0 | 10110 | 1010010 | 1001110 | 1100 | 10000 |
Color Harmonies of #2A2D23
Complementary color
Monochromatic Colors of #2A2D23
Black with #2A2D23
Text Example
Text Example
White with #2A2D23
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2A2D23; }
p { color: rgb(42,45,35); }
H1.HeaderClassName
{
color: #2A2D23;
}
.AnyTagClassName
{
color: #2A2D23;
}
</style>
background-color css
<style>
a { background-color: #2A2D23; }
a { background-color: rgb(42,45,35); }
div.DivClassName
{
background-color: #2A2D23;
}
.BgClassName
{
background-color: #2A2D23;
}
</style>
border-color css
<style>
span { border-color: #2A2D23; }
span { border-color: rgb(42,45,35); }
td.TdClassName
{
border-color: #2A2D23;
}
.TagClassName
{
border-color: #2A2D23;
}
</style>