Shades of Dark Green #02382A
Tints of Dark Green #02382A
RGB
CMYK
RGB Variations
Color information
#02382A (or 0x02382A) is known color: Dark Green. HEX triplet: 02, 38 and 2A. RGB value is (2,56,42). Sum of RGB (Red+Green+Blue) = 2+56+42=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 56 (22.27% from 255 or 56% from 100); Blue value is 42 (16.80% from 255 or 42% from 100); Max value from RGB is 56 - color contains mainly: green. Hex color #02382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02382A is #FDC7D5. Grayscale: #262626. Windows color (decimal): -16631766 or 2766850. OLE color: 2766850.
HSL color Cylindrical-coordinate representation of color #02382A: hue angle of 164.44º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #02382A is Cyan = 0.96, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 42 | - |
| CMYK | 0.96 | 0 | 0.25 | 0.78 |
| HSL | 164.44º | 0.93% | 0.11% | - |
| HSV(B) | 164.44º | 0.96% | 0.22% | - |
| XYZ | 1.86 | 3.01 | 2.67 | - |
| YUV | 38.26 | 130.11 | 102.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 42 | 0.96 | 0 | 0.25 | 0.78 | 164.44 | 0.93 | 0.11 |
| Hex | 2 | 38 | 2A | 60 | 0 | 19 | 4E | A4 | 5D | B |
| Octal | 2 | 70 | 52 | 140 | 0 | 31 | 116 | 244 | 135 | 13 |
| Binary | 10 | 111000 | 101010 | 1100000 | 0 | 11001 | 1001110 | 10100100 | 1011101 | 1011 |
Color Harmonies of #02382A
Complementary color
Monochromatic Colors of #02382A
Black with #02382A
Text Example
Text Example
White with #02382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02382A; }
p { color: rgb(2,56,42); }
H1.HeaderClassName
{
color: #02382A;
}
.AnyTagClassName
{
color: #02382A;
}
</style>
background-color css
<style>
a { background-color: #02382A; }
a { background-color: rgb(2,56,42); }
div.DivClassName
{
background-color: #02382A;
}
.BgClassName
{
background-color: #02382A;
}
</style>
border-color css
<style>
span { border-color: #02382A; }
span { border-color: rgb(2,56,42); }
td.TdClassName
{
border-color: #02382A;
}
.TagClassName
{
border-color: #02382A;
}
</style>