#022D30

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

Shades of Nordic #022D30

Tints of Nordic #022D30

Color information

#022D30 (or 0x022D30) is unknown color: approx Nordic. HEX triplet: 02, 2D and 30. RGB value is (2,45,48). Sum of RGB (Red+Green+Blue) = 2+45+48=95 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.11% from 95); Green value is 45 (17.97% from 255 or 47.37% from 95); Blue value is 48 (19.14% from 255 or 50.53% from 95); Max value from RGB is 48 - color contains mainly: blue. Hex color #022D30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D30 is #FDD2CF. Grayscale: #202020. Windows color (decimal): -16634576 or 3157250. OLE color: 3157250.

HSL color Cylindrical-coordinate representation of color #022D30: hue angle of 183.91º degrees, saturation: 0.92, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022D30 is Cyan = 0.96, Magento = 0.06, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24548-
CMYK0.960.0600.81
HSL183.91º92%9.8%-
HSV(B)183.91º95.83%18.82%-
XYZ1.52.13.12-
YUV32.48136.75106.26-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.11%
GREEN value IS 45 (17.97% from 255) = 47.37%
BLUE value IS 48 (19.14% from 255) = 50.53%
R=2.11%
G=47.37%
B=50.53%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal245480.960.0600.81183.91929.8
Hex22D30606051b85ca
Octal255601406012127013412
Binary101011011100001100000110010100011011100010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #022D30; }

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

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

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

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

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

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

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

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