Html Css Color HEX #05302F Nordic

📋 copy color: '#05302F'

red 5 ◦ green 48 ◦ blue 47

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

Shades of Nordic #05302F

Tints of Nordic #05302F

RGB

 RED value IS 5 (2.34% from 255) = 5%

 GREEN value IS 48 (19.14% from 255) = 48%

 BLUE value IS 47 (18.75% from 255) = 47%

R = 5%
G = 48%
B = 47%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#05302F (or 0x05302F) is known color: Nordic. HEX triplet: 05, 30 and 2F. RGB value is (5,48,47). Sum of RGB (Red+Green+Blue) = 5+48+47=100 (13% of max value = 765). Red value is 5 (2.34% from 255 or 5% from 100); Green value is 48 (19.14% from 255 or 48% from 100); Blue value is 47 (18.75% from 255 or 47% from 100); Max value from RGB is 48 - color contains mainly: green. Hex color #05302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #05302F is #FACFD0. Grayscale: #222222. Windows color (decimal): -16437201 or 3092485. OLE color: 3092485.

HSL color Cylindrical-coordinate representation of color #05302F: hue angle of 178.6º degrees, saturation: 0.81, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #05302F is Cyan = 0.90, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.81.

Color convert

RGB 5 48 47 -
CMYK 0.90 0 0.02 0.81
HSL 178.6º 0.81% 0.1% -
HSV(B) 178.6º 0.9% 0.19% -
XYZ 1.63 2.35 3.06 -
YUV 35.03 134.75 106.58 -
System Red Green Blue C M Y K H S L
Decimal 5 48 47 0.90 0 0.02 0.81 178.6 0.81 0.1
Hex 5 30 2F 5A 0 2 51 B3 51 A
Octal 5 60 57 132 0 2 121 263 121 12
Binary 101 110000 101111 1011010 0 10 1010001 10110011 1010001 1010

Color Harmonies of #05302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05302F

Black with #05302F

Text Example


Text Example

White with #05302F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #05302F; }

 p { color: rgb(5,48,47); }

 H1.HeaderClassName
 {
   color: #05302F;
 }
 .AnyTagClassName
 {
   color: #05302F;
 }
</style>

background-color css

<style>
 a { background-color: #05302F; }

 a { background-color: rgb(5,48,47); }

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

border-color css

<style>
 span { border-color: #05302F; }

 span { border-color: rgb(5,48,47); }

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