Shades of Dark Green #03230B
Tints of Dark Green #03230B
RGB
CMYK
RGB Variations
Color information
#03230B (or 0x03230B) is known color: Dark Green. HEX triplet: 03, 23 and 0B. RGB value is (3,35,11). Sum of RGB (Red+Green+Blue) = 3+35+11=49 (6% of max value = 765). Red value is 3 (1.56% from 255 or 6.12% from 49); Green value is 35 (14.06% from 255 or 71.43% from 49); Blue value is 11 (4.69% from 255 or 22.45% from 49); Max value from RGB is 35 - color contains mainly: green. Hex color #03230B is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #03230B is #FCDCF4. Grayscale: #161616. Windows color (decimal): -16571637 or 729859. OLE color: 729859.
HSL color Cylindrical-coordinate representation of color #03230B: hue angle of 135º degrees, saturation: 0.84, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #03230B is Cyan = 0.91, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.86.
Color convert
RGB | 3 | 35 | 11 | - |
CMYK | 0.91 | 0 | 0.69 | 0.86 |
HSL | 135º | 0.84% | 0.07% | - |
HSV(B) | 135º | 0.91% | 0.14% | - |
XYZ | 0.7 | 1.25 | 0.52 | - |
YUV | 22.7 | 121.4 | 113.95 | - |
System | Red | Green | Blue | C | M | Y | K | H | S | L |
---|---|---|---|---|---|---|---|---|---|---|
Decimal | 3 | 35 | 11 | 0.91 | 0 | 0.69 | 0.86 | 135 | 0.84 | 0.07 |
Hex | 3 | 23 | B | 5B | 0 | 45 | 56 | 87 | 54 | 7 |
Octal | 3 | 43 | 13 | 133 | 0 | 105 | 126 | 207 | 124 | 7 |
Binary | 11 | 100011 | 1011 | 1011011 | 0 | 1000101 | 1010110 | 10000111 | 1010100 | 111 |
Color Harmonies of #03230B
Complementary color
Monochromatic Colors of #03230B
Black with #03230B
Text Example
Text Example
White with #03230B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #03230B; }
p { color: rgb(3,35,11); }
H1.HeaderClassName
{
color: #03230B;
}
.AnyTagClassName
{
color: #03230B;
}
</style>
background-color css
<style>
a { background-color: #03230B; }
a { background-color: rgb(3,35,11); }
div.DivClassName
{
background-color: #03230B;
}
.BgClassName
{
background-color: #03230B;
}
</style>
border-color css
<style>
span { border-color: #03230B; }
span { border-color: rgb(3,35,11); }
td.TdClassName
{
border-color: #03230B;
}
.TagClassName
{
border-color: #03230B;
}
</style>