#022D2E

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

Shades of Nordic #022D2E

Tints of Nordic #022D2E

Color information

#022D2E (or 0x022D2E) is unknown color: approx Nordic. HEX triplet: 02, 2D and 2E. RGB value is (2,45,46). Sum of RGB (Red+Green+Blue) = 2+45+46=93 (12% of max value = 765). Red value is 2 (1.17% from 255 or 2.15% from 93); Green value is 45 (17.97% from 255 or 48.39% from 93); Blue value is 46 (18.36% from 255 or 49.46% from 93); Max value from RGB is 46 - color contains mainly: blue. Hex color #022D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #022D2E is #FDD2D1. Grayscale: #202020. Windows color (decimal): -16634578 or 3026178. OLE color: 3026178.

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

Color convert

RGB24546-
CMYK0.960.0200.82
HSL181.36º91.67%9.41%-
HSV(B)181.36º95.65%18.04%-
XYZ1.462.092.91-
YUV32.26135.75106.42-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 2.15%
GREEN value IS 45 (17.97% from 255) = 48.39%
BLUE value IS 46 (18.36% from 255) = 49.46%
R=2.15%
G=48.39%
B=49.46%

CMYK

C (Cyan) values IS 0.96
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal245460.960.0200.82181.3691.679.41
Hex22D2E602052b55c9
Octal255561402012226513411
Binary10101101101110110000010010100101011010110111001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #022D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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