#022F30

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

Shades of Nordic #022F30

Tints of Nordic #022F30

Color information

#022F30 (or 0x022F30) is unknown color: approx Nordic. HEX triplet: 02, 2F and 30. RGB value is (2,47,48). Sum of RGB (Red+Green+Blue) = 2+47+48=97 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.06% from 97); Green value is 47 (18.75% from 255 or 48.45% from 97); Blue value is 48 (19.14% from 255 or 49.48% from 97); Max value from RGB is 48 - color contains mainly: blue. Hex color #022F30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F30 is #FDD0CF. Grayscale: #212121. Windows color (decimal): -16634064 or 3157762. OLE color: 3157762.

HSL color Cylindrical-coordinate representation of color #022F30: hue angle of 181.3º 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 #022F30 is Cyan = 0.96, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.81.

Color convert

RGB24748-
CMYK0.960.0200.81
HSL181.3º92%9.8%-
HSV(B)181.3º95.83%18.82%-
XYZ1.582.263.15-
YUV33.66136.09105.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.06%
GREEN value IS 47 (18.75% from 255) = 48.45%
BLUE value IS 48 (19.14% from 255) = 49.48%
R=2.06%
G=48.45%
B=49.48%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal247480.960.0200.81181.3929.8
Hex22F30602051b55ca
Octal257601402012126513412
Binary10101111110000110000010010100011011010110111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F30

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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