Html Css Color HEX #002D34 Nordic

📋 copy color: '#002D34'

red 0 ◦ green 45 ◦ blue 52

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

Shades of Nordic #002D34

Tints of Nordic #002D34

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 45 (17.97% from 255) = 46.39%

 BLUE value IS 52 (20.7% from 255) = 53.61%

R = 0%
G = 46.39%
B = 53.61%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.80

RGB Variations

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

Color information

#002D34 (or 0x002D34) is known color: Nordic. HEX triplet: 00, 2D and 34. RGB value is (0,45,52). Sum of RGB (Red+Green+Blue) = 0+45+52=97 (12% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 97); Green value is 45 (17.97% from 255 or 46.39% from 97); Blue value is 52 (20.70% from 255 or 53.61% from 97); Max value from RGB is 52 - color contains mainly: blue. Hex color #002D34 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002D34 is #FFD2CB. Grayscale: #202020. Windows color (decimal): -16765644 or 3419392. OLE color: 3419392.

HSL color Cylindrical-coordinate representation of color #002D34: hue angle of 188.08º degrees, saturation: 1, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 1%. Process color model (Four color, CMYK) of #002D34 is Cyan = 1, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.80.

Color convert

RGB 0 45 52 -
CMYK 1 0.13 0 0.80
HSL 188.08º 1% 0.1% -
HSV(B) 188.08º 1% 0.2% -
XYZ 1.56 2.12 3.58 -
YUV 32.34 139.09 104.93 -
System Red Green Blue C M Y K H S L
Decimal 0 45 52 1 0.13 0 0.80 188.08 1 0.1
Hex 0 2D 34 64 D 0 50 BC 64 A
Octal 0 55 64 144 15 0 120 274 144 12
Binary 0 101101 110100 1100100 1101 0 1010000 10111100 1100100 1010

Color Harmonies of #002D34

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002D34

Black with #002D34

Text Example


Text Example

White with #002D34

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #002D34;
 }
 .AnyTagClassName
 {
   color: #002D34;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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