Shades of Nordic #1A3A38
Tints of Nordic #1A3A38
RGB
CMYK
RGB Variations
Color information
#1A3A38 (or 0x1A3A38) is known color: Nordic. HEX triplet: 1A, 3A and 38. RGB value is (26,58,56). Sum of RGB (Red+Green+Blue) = 26+58+56=140 (18% of max value = 765). Red value is 26 (10.55% from 255 or 18.57% from 140); Green value is 58 (23.05% from 255 or 41.43% from 140); Blue value is 56 (22.27% from 255 or 40% from 140); Max value from RGB is 58 - color contains mainly: green. Hex color #1A3A38 is not a web safe color. Web safe color analog (approx): #333333. Inversed color of #1A3A38 is #E5C5C7. Grayscale: #303030. Windows color (decimal): -15058376 or 3684890. OLE color: 3684890.
HSL color Cylindrical-coordinate representation of color #1A3A38: hue angle of 176.25º degrees, saturation: 0.38, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #1A3A38 is Cyan = 0.55, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.77.
Color convert
| RGB | 26 | 58 | 56 | - |
| CMYK | 0.55 | 0 | 0.03 | 0.77 |
| HSL | 176.25º | 0.38% | 0.16% | - |
| HSV(B) | 176.25º | 0.55% | 0.23% | - |
| XYZ | 2.65 | 3.53 | 4.28 | - |
| YUV | 48.2 | 132.4 | 112.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 26 | 58 | 56 | 0.55 | 0 | 0.03 | 0.77 | 176.25 | 0.38 | 0.16 |
| Hex | 1A | 3A | 38 | 37 | 0 | 3 | 4D | B0 | 26 | 10 |
| Octal | 32 | 72 | 70 | 67 | 0 | 3 | 115 | 260 | 46 | 20 |
| Binary | 11010 | 111010 | 111000 | 110111 | 0 | 11 | 1001101 | 10110000 | 100110 | 10000 |
Color Harmonies of #1A3A38
Complementary color
Monochromatic Colors of #1A3A38
Black with #1A3A38
Text Example
Text Example
White with #1A3A38
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #1A3A38; }
p { color: rgb(26,58,56); }
H1.HeaderClassName
{
color: #1A3A38;
}
.AnyTagClassName
{
color: #1A3A38;
}
</style>
background-color css
<style>
a { background-color: #1A3A38; }
a { background-color: rgb(26,58,56); }
div.DivClassName
{
background-color: #1A3A38;
}
.BgClassName
{
background-color: #1A3A38;
}
</style>
border-color css
<style>
span { border-color: #1A3A38; }
span { border-color: rgb(26,58,56); }
td.TdClassName
{
border-color: #1A3A38;
}
.TagClassName
{
border-color: #1A3A38;
}
</style>