#002C2E

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

Shades of Nordic #002C2E

Tints of Nordic #002C2E

Color information

#002C2E (or 0x002C2E) is unknown color: approx Nordic. HEX triplet: 00, 2C and 2E. RGB value is (0,44,46). Sum of RGB (Red+Green+Blue) = 0+44+46=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 44 (17.58% from 255 or 48.89% from 90); Blue value is 46 (18.36% from 255 or 51.11% from 90); Max value from RGB is 46 - color contains mainly: blue. Hex color #002C2E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002C2E is #FFD3D1. Grayscale: #1F1F1F. Windows color (decimal): -16765906 or 3025920. OLE color: 3025920.

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

Color convert

RGB04446-
CMYK10.0400.82
HSL182.61º100%9.02%-
HSV(B)182.61º100%18.04%-
XYZ1.3922.9-
YUV31.07136.42105.84-

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) = 48.89%
BLUE value IS 46 (18.36% from 255) = 51.11%
R=0%
G=48.89%
B=51.11%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0.04
Y (Yellow) values IS 0
K (Black) values IS 0.82
SystemRedGreenBlueCMYKHSL
Decimal0444610.0400.82182.611009.02
Hex02C2E644052b7649
Octal054561444012226714411
Binary01011001011101100100100010100101011011111001001001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #002C2E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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