Shades of Rangoon Green #2D351B
Tints of Rangoon Green #2D351B
RGB
CMYK
RGB Variations
Color information
#2D351B (or 0x2D351B) is known color: Rangoon Green. HEX triplet: 2D, 35 and 1B. RGB value is (45,53,27). Sum of RGB (Red+Green+Blue) = 45+53+27=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 53 (21.09% from 255 or 42.4% from 125); Blue value is 27 (10.94% from 255 or 21.6% from 125); Max value from RGB is 53 - color contains mainly: green. Hex color #2D351B is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D351B is #D2CAE4. Grayscale: #2F2F2F. Windows color (decimal): -13814501 or 1783085. OLE color: 1783085.
HSL color Cylindrical-coordinate representation of color #2D351B: hue angle of 78.46º degrees, saturation: 0.32, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #2D351B is Cyan = 0.15, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.79.
Color convert
RGB | 45 | 53 | 27 | - |
CMYK | 0.15 | 0 | 0.49 | 0.79 |
HSL | 78.46º | 0.33% | 0.16% | - |
HSV(B) | 78.46º | 0.49% | 0.21% | - |
XYZ | 2.55 | 3.18 | 1.52 | - |
YUV | 47.64 | 116.35 | 126.11 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 53 | 27 | 0.15 | 0 | 0.49 | 0.79 | 78.46 | 0.33 | 0.16 |
Hex | 2D | 35 | 1B | F | 0 | 31 | 4F | 4E | 20 | 10 |
Octal | 55 | 65 | 33 | 17 | 0 | 61 | 117 | 116 | 40 | 20 |
Binary | 101101 | 110101 | 11011 | 1111 | 0 | 110001 | 1001111 | 1001110 | 100000 | 10000 |
Color Harmonies of #2D351B
Complementary color
Monochromatic Colors of #2D351B
Black with #2D351B
Text Example
Text Example
White with #2D351B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D351B; }
p { color: rgb(45,53,27); }
H1.HeaderClassName
{
color: #2D351B;
}
.AnyTagClassName
{
color: #2D351B;
}
</style>
background-color css
<style>
a { background-color: #2D351B; }
a { background-color: rgb(45,53,27); }
div.DivClassName
{
background-color: #2D351B;
}
.BgClassName
{
background-color: #2D351B;
}
</style>
border-color css
<style>
span { border-color: #2D351B; }
span { border-color: rgb(45,53,27); }
td.TdClassName
{
border-color: #2D351B;
}
.TagClassName
{
border-color: #2D351B;
}
</style>