Html Css Color HEX #002A30 Nordic

📋 copy color: '#002A30'

red 0 ◦ green 42 ◦ blue 48

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

Shades of Nordic #002A30

Tints of Nordic #002A30

RGB

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

 GREEN value IS 42 (16.8% from 255) = 46.67%

 BLUE value IS 48 (19.14% from 255) = 53.33%

R = 0%
G = 46.67%
B = 53.33%

CMYK

 C value IS 1

 M value IS 0.13

 Y value IS 0

 K value IS 0.81

RGB Variations

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

Color information

#002A30 (or 0x002A30) is known color: Nordic. HEX triplet: 00, 2A and 30. RGB value is (0,42,48). Sum of RGB (Red+Green+Blue) = 0+42+48=90 (11% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 90); Green value is 42 (16.80% from 255 or 46.67% from 90); Blue value is 48 (19.14% from 255 or 53.33% from 90); Max value from RGB is 48 - color contains mainly: blue. Hex color #002A30 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #002A30 is #FFD5CF. Grayscale: #1E1E1E. Windows color (decimal): -16766416 or 3156480. OLE color: 3156480.

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

Color convert

RGB 0 42 48 -
CMYK 1 0.13 0 0.81
HSL 187.5º 1% 0.09% -
HSV(B) 187.5º 1% 0.19% -
XYZ 1.36 1.87 3.09 -
YUV 30.13 138.09 106.51 -
System Red Green Blue C M Y K H S L
Decimal 0 42 48 1 0.13 0 0.81 187.5 1 0.09
Hex 0 2A 30 64 D 0 51 BC 64 9
Octal 0 52 60 144 15 0 121 274 144 11
Binary 0 101010 110000 1100100 1101 0 1010001 10111100 1100100 1001

Color Harmonies of #002A30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #002A30

Black with #002A30

Text Example


Text Example

White with #002A30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,42,48); }

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

background-color css

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

 a { background-color: rgb(0,42,48); }

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

border-color css

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

 span { border-color: rgb(0,42,48); }

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