#023032

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

Shades of Nordic #023032

Tints of Nordic #023032

Color information

#023032 (or 0x023032) is unknown color: approx Nordic. HEX triplet: 02, 30 and 32. RGB value is (2,48,50). Sum of RGB (Red+Green+Blue) = 2+48+50=100 (13% of max value = 765). Red value is 2 (1.17% from 255 or 2% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 50 (19.92% from 255 or 50% from 100); Max value from RGB is 50 - color contains mainly: blue. Hex color #023032 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #023032 is #FDCFCD. Grayscale: #222222. Windows color (decimal): -16633806 or 3289090. OLE color: 3289090.

HSL color Cylindrical-coordinate representation of color #023032: hue angle of 182.5º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #023032 is Cyan = 0.96, Magento = 0.04, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB24850-
CMYK0.960.0400.80
HSL182.5º92.31%10.2%-
HSV(B)182.5º96%19.61%-
XYZ1.662.363.39-
YUV34.47136.76104.84-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2%
GREEN value IS 48 (19.14% from 255) = 48%
BLUE value IS 50 (19.92% from 255) = 50%
R=2%
G=48%
B=50%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal248500.960.0400.80182.592.3110.2
Hex23032604050b65ca
Octal260621404012026613412
Binary101100001100101100000100010100001011011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #023032

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #023032; }

 p { color: rgb(2,48,50); }

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

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

 a { background-color: rgb(2,48,50); }

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

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

 span { border-color: rgb(2,48,50); }

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