#002D2E

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

Shades of Nordic #002D2E

Tints of Nordic #002D2E

Color information

#002D2E (or 0x002D2E) is unknown color: approx Nordic. HEX triplet: 00, 2D and 2E. RGB value is (0,45,46). Sum of RGB (Red+Green+Blue) = 0+45+46=91 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 91); Green value is 45 (17.97% from 255 or 49.45% from 91); Blue value is 46 (18.36% from 255 or 50.55% from 91); Max value from RGB is 46 - color contains mainly: blue. Hex color #002D2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D2E is #FFD2D1. Grayscale: #1F1F1F. Windows color (decimal): -16765650 or 3026176. OLE color: 3026176.

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

Color convert

RGB04546-
CMYK10.0200.82
HSL181.3º100%9.02%-
HSV(B)181.3º100%18.04%-
XYZ1.432.072.91-
YUV31.66136.09105.42-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 45 (17.97% from 255) = 49.45%
BLUE value IS 46 (18.36% from 255) = 50.55%
R=0%
G=49.45%
B=50.55%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0454610.0200.82181.31009.02
Hex02D2E642052b5649
Octal055561442012226514411
Binary0101101101110110010010010100101011010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002D2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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