Shades of Dark Green #02382C
Tints of Dark Green #02382C
RGB
CMYK
RGB Variations
Color information
#02382C (or 0x02382C) is known color: Dark Green. HEX triplet: 02, 38 and 2C. RGB value is (2,56,44). Sum of RGB (Red+Green+Blue) = 2+56+44=102 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.96% from 102); Green value is 56 (22.27% from 255 or 54.90% from 102); Blue value is 44 (17.58% from 255 or 43.14% from 102); Max value from RGB is 56 - color contains mainly: green. Hex color #02382C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #02382C is #FDC7D3. Grayscale: #262626. Windows color (decimal): -16631764 or 2897922. OLE color: 2897922.
HSL color Cylindrical-coordinate representation of color #02382C: hue angle of 166.67º 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 #02382C is Cyan = 0.96, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 2 | 56 | 44 | - |
| CMYK | 0.96 | 0 | 0.21 | 0.78 |
| HSL | 166.67º | 0.93% | 0.11% | - |
| HSV(B) | 166.67º | 0.96% | 0.22% | - |
| XYZ | 1.89 | 3.02 | 2.87 | - |
| YUV | 38.49 | 131.11 | 101.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 2 | 56 | 44 | 0.96 | 0 | 0.21 | 0.78 | 166.67 | 0.93 | 0.11 |
| Hex | 2 | 38 | 2C | 60 | 0 | 15 | 4E | A7 | 5D | B |
| Octal | 2 | 70 | 54 | 140 | 0 | 25 | 116 | 247 | 135 | 13 |
| Binary | 10 | 111000 | 101100 | 1100000 | 0 | 10101 | 1001110 | 10100111 | 1011101 | 1011 |
Color Harmonies of #02382C
Complementary color
Monochromatic Colors of #02382C
Black with #02382C
Text Example
Text Example
White with #02382C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #02382C; }
p { color: rgb(2,56,44); }
H1.HeaderClassName
{
color: #02382C;
}
.AnyTagClassName
{
color: #02382C;
}
</style>
background-color css
<style>
a { background-color: #02382C; }
a { background-color: rgb(2,56,44); }
div.DivClassName
{
background-color: #02382C;
}
.BgClassName
{
background-color: #02382C;
}
</style>
border-color css
<style>
span { border-color: #02382C; }
span { border-color: rgb(2,56,44); }
td.TdClassName
{
border-color: #02382C;
}
.TagClassName
{
border-color: #02382C;
}
</style>