Shades of Cardin Green #10382A
Tints of Cardin Green #10382A
RGB
CMYK
RGB Variations
Color information
#10382A (or 0x10382A) is known color: Cardin Green. HEX triplet: 10, 38 and 2A. RGB value is (16,56,42). Sum of RGB (Red+Green+Blue) = 16+56+42=114 (15% of max value = 765). Red value is 16 (6.64% from 255 or 14.04% from 114); Green value is 56 (22.27% from 255 or 49.12% from 114); Blue value is 42 (16.80% from 255 or 36.84% from 114); Max value from RGB is 56 - color contains mainly: green. Hex color #10382A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #10382A is #EFC7D5. Grayscale: #2A2A2A. Windows color (decimal): -15714262 or 2766864. OLE color: 2766864.
HSL color Cylindrical-coordinate representation of color #10382A: hue angle of 159º degrees, saturation: 0.56, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #10382A is Cyan = 0.71, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.78.
Color convert
| RGB | 16 | 56 | 42 | - |
| CMYK | 0.71 | 0 | 0.25 | 0.78 |
| HSL | 159º | 0.56% | 0.14% | - |
| HSV(B) | 159º | 0.71% | 0.22% | - |
| XYZ | 2.05 | 3.11 | 2.68 | - |
| YUV | 42.44 | 127.75 | 109.14 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 16 | 56 | 42 | 0.71 | 0 | 0.25 | 0.78 | 159 | 0.56 | 0.14 |
| Hex | 10 | 38 | 2A | 47 | 0 | 19 | 4E | 9F | 38 | E |
| Octal | 20 | 70 | 52 | 107 | 0 | 31 | 116 | 237 | 70 | 16 |
| Binary | 10000 | 111000 | 101010 | 1000111 | 0 | 11001 | 1001110 | 10011111 | 111000 | 1110 |
Color Harmonies of #10382A
Complementary color
Monochromatic Colors of #10382A
Black with #10382A
Text Example
Text Example
White with #10382A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #10382A; }
p { color: rgb(16,56,42); }
H1.HeaderClassName
{
color: #10382A;
}
.AnyTagClassName
{
color: #10382A;
}
</style>
background-color css
<style>
a { background-color: #10382A; }
a { background-color: rgb(16,56,42); }
div.DivClassName
{
background-color: #10382A;
}
.BgClassName
{
background-color: #10382A;
}
</style>
border-color css
<style>
span { border-color: #10382A; }
span { border-color: rgb(16,56,42); }
td.TdClassName
{
border-color: #10382A;
}
.TagClassName
{
border-color: #10382A;
}
</style>