#012D2E

Color #012D2E Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #012D2E

Tints of Nordic #012D2E

Color information

#012D2E (or 0x012D2E) is unknown color: approx Nordic. HEX triplet: 01, 2D and 2E. RGB value is (1,45,46). Sum of RGB (Red+Green+Blue) = 1+45+46=92 (12% of max value = 765). Red value is 1 (0.78% from 255 or 1.09% from 92); Green value is 45 (17.97% from 255 or 48.91% from 92); Blue value is 46 (18.36% from 255 or 50% from 92); Max value from RGB is 46 - color contains mainly: blue. Hex color #012D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #012D2E is #FED2D1. Grayscale: #1F1F1F. Windows color (decimal): -16700114 or 3026177. OLE color: 3026177.

HSL color Cylindrical-coordinate representation of color #012D2E: hue angle of 181.33º degrees, saturation: 0.96, lightness: 0.09%. HSV value (or HSB Brightness) of color is 0.18% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #012D2E is Cyan = 0.98, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.82.

Color convert

RGB14546-
CMYK0.980.0200.82
HSL181.33º95.74%9.22%-
HSV(B)181.33º97.83%18.04%-
XYZ1.442.082.91-
YUV31.96135.92105.92-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 1 (0.78% from 255) = 1.09%
GREEN value IS 45 (17.97% from 255) = 48.91%
BLUE value IS 46 (18.36% from 255) = 50%
R=1.09%
G=48.91%
B=50%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal145460.980.0200.82181.3395.749.22
Hex12D2E622052b5609
Octal155561422012226514011
Binary1101101101110110001010010100101011010111000001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #012D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #012D2E; }

 p { color: rgb(1,45,46); }

 H1.HeaderClassName
 {
   color: #012D2E;
 }
 .AnyTagClassName
 {
   color: #012D2E;
 }
</style>
background-color css

<style>
 a { background-color: #012D2E; }

 a { background-color: rgb(1,45,46); }

 div.DivClassName
 {
   background-color: #012D2E;
 }
 .BgClassName
 {
   background-color: #012D2E;
 }
</style>
border-color css

<style>
 span { border-color: #012D2E; }

 span { border-color: rgb(1,45,46); }

 td.TdClassName
 {
   border-color: #012D2E;
 }
 .TagClassName
 {
   border-color: #012D2E;
 }
</style>