Html Css Color HEX #002D2E Nordic

📋 copy color: '#002D2E'

red 0 ◦ green 45 ◦ blue 46

#002D2E
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Nordic #002D2E

Tints of Nordic #002D2E

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 value IS 1

 M value IS 0.02

 Y value IS 0

 K value IS 0.82

RGB Variations

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

Color information

#002D2E (or 0x002D2E) is known color: 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

RGB 0 45 46 -
CMYK 1 0.02 0 0.82
HSL 181.3º 1% 0.09% -
HSV(B) 181.3º 1% 0.18% -
XYZ 1.43 2.07 2.91 -
YUV 31.66 136.09 105.42 -
System Red Green Blue C M Y K H S L
Decimal 0 45 46 1 0.02 0 0.82 181.3 1 0.09
Hex 0 2D 2E 64 2 0 52 B5 64 9
Octal 0 55 56 144 2 0 122 265 144 11
Binary 0 101101 101110 1100100 10 0 1010010 10110101 1100100 1001

Color Harmonies of #002D2E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D2E

Black with #002D2E

Text Example


Text Example

White with #002D2E

Text Example


Text Example

HTML Codes & Css Web 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>