#002C2D

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

Shades of Nordic #002C2D

Tints of Nordic #002C2D

Color information

#002C2D (or 0x002C2D) is unknown color: approx Nordic. HEX triplet: 00, 2C and 2D. RGB value is (0,44,45). Sum of RGB (Red+Green+Blue) = 0+44+45=89 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 89); Green value is 44 (17.58% from 255 or 49.44% from 89); Blue value is 45 (17.97% from 255 or 50.56% from 89); Max value from RGB is 45 - color contains mainly: blue. Hex color #002C2D is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C2D is #FFD3D2. Grayscale: #1E1E1E. Windows color (decimal): -16765907 or 2960384. OLE color: 2960384.

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

Color convert

RGB04445-
CMYK10.0200.82
HSL181.33º100%8.82%-
HSV(B)181.33º100%17.65%-
XYZ1.371.992.79-
YUV30.96135.92105.92-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 44 (17.58% from 255) = 49.44%
BLUE value IS 45 (17.97% from 255) = 50.56%
R=0%
G=49.44%
B=50.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0444510.0200.82181.331008.82
Hex02C2D642052b5649
Octal054551442012226514411
Binary0101100101101110010010010100101011010111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C2D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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