#002A2E

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

Shades of Nordic #002A2E

Tints of Nordic #002A2E

Color information

#002A2E (or 0x002A2E) is unknown color: approx Nordic. HEX triplet: 00, 2A and 2E. RGB value is (0,42,46). Sum of RGB (Red+Green+Blue) = 0+42+46=88 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 88); Green value is 42 (16.80% from 255 or 47.73% from 88); Blue value is 46 (18.36% from 255 or 52.27% from 88); Max value from RGB is 46 - color contains mainly: blue. Hex color #002A2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A2E is #FFD5D1. Grayscale: #1D1D1D. Windows color (decimal): -16766418 or 3025408. OLE color: 3025408.

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

Color convert

RGB04246-
CMYK10.0900.82
HSL185.22º100%9.02%-
HSV(B)185.22º100%18.04%-
XYZ1.321.852.87-
YUV29.9137.09106.67-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 42 (16.80% from 255) = 47.73%
BLUE value IS 46 (18.36% from 255) = 52.27%
R=0%
G=47.73%
B=52.27%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0424610.0900.82185.221009.02
Hex02A2E649052b9649
Octal0525614411012227114411
Binary010101010111011001001001010100101011100111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002A2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #002A2E; }

 p { color: rgb(0,42,46); }

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

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

 a { background-color: rgb(0,42,46); }

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

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

 span { border-color: rgb(0,42,46); }

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