#022F38

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

Shades of Nordic #022F38

Tints of Nordic #022F38

Color information

#022F38 (or 0x022F38) is unknown color: approx Nordic. HEX triplet: 02, 2F and 38. RGB value is (2,47,56). Sum of RGB (Red+Green+Blue) = 2+47+56=105 (13% of max value = 765). Red value is 2 (1.17% from 255 or 1.90% from 105); Green value is 47 (18.75% from 255 or 44.76% from 105); Blue value is 56 (22.27% from 255 or 53.33% from 105); Max value from RGB is 56 - color contains mainly: blue. Hex color #022F38 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022F38 is #FDD0C7. Grayscale: #222222. Windows color (decimal): -16634056 or 3682050. OLE color: 3682050.

HSL color Cylindrical-coordinate representation of color #022F38: hue angle of 190º degrees, saturation: 0.93, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #022F38 is Cyan = 0.96, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.78.

Color convert

RGB24756-
CMYK0.960.1600.78
HSL190º93.1%11.37%-
HSV(B)190º96.43%21.96%-
XYZ1.762.334.1-
YUV34.57140.09104.77-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 1.90%
GREEN value IS 47 (18.75% from 255) = 44.76%
BLUE value IS 56 (22.27% from 255) = 53.33%
R=1.90%
G=44.76%
B=53.33%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal247560.960.1600.7819093.111.37
Hex22F38601004Ebe5db
Octal2577014020011627613513
Binary10101111111000110000010000010011101011111010111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022F38

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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