Shades of Rangoon Green #2D361A
Tints of Rangoon Green #2D361A
RGB
CMYK
RGB Variations
Color information
#2D361A (or 0x2D361A) is known color: Rangoon Green. HEX triplet: 2D, 36 and 1A. RGB value is (45,54,26). Sum of RGB (Red+Green+Blue) = 45+54+26=125 (16% of max value = 765). Red value is 45 (17.97% from 255 or 36% from 125); Green value is 54 (21.48% from 255 or 43.2% from 125); Blue value is 26 (10.55% from 255 or 20.8% from 125); Max value from RGB is 54 - color contains mainly: green. Hex color #2D361A is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #2D361A is #D2C9E5. Grayscale: #303030. Windows color (decimal): -13814246 or 1717805. OLE color: 1717805.
HSL color Cylindrical-coordinate representation of color #2D361A: hue angle of 79.29º degrees, saturation: 0.35, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #2D361A is Cyan = 0.17, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.79.
Color convert
RGB | 45 | 54 | 26 | - |
CMYK | 0.17 | 0 | 0.52 | 0.79 |
HSL | 79.29º | 0.35% | 0.16% | - |
HSV(B) | 79.29º | 0.52% | 0.21% | - |
XYZ | 2.59 | 3.27 | 1.47 | - |
YUV | 48.12 | 115.52 | 125.78 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 45 | 54 | 26 | 0.17 | 0 | 0.52 | 0.79 | 79.29 | 0.35 | 0.16 |
Hex | 2D | 36 | 1A | 11 | 0 | 34 | 4F | 4F | 23 | 10 |
Octal | 55 | 66 | 32 | 21 | 0 | 64 | 117 | 117 | 43 | 20 |
Binary | 101101 | 110110 | 11010 | 10001 | 0 | 110100 | 1001111 | 1001111 | 100011 | 10000 |
Color Harmonies of #2D361A
Complementary color
Monochromatic Colors of #2D361A
Black with #2D361A
Text Example
Text Example
White with #2D361A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #2D361A; }
p { color: rgb(45,54,26); }
H1.HeaderClassName
{
color: #2D361A;
}
.AnyTagClassName
{
color: #2D361A;
}
</style>
background-color css
<style>
a { background-color: #2D361A; }
a { background-color: rgb(45,54,26); }
div.DivClassName
{
background-color: #2D361A;
}
.BgClassName
{
background-color: #2D361A;
}
</style>
border-color css
<style>
span { border-color: #2D361A; }
span { border-color: rgb(45,54,26); }
td.TdClassName
{
border-color: #2D361A;
}
.TagClassName
{
border-color: #2D361A;
}
</style>