Html Css Color HEX #07302F Nordic

📋 copy color: '#07302F'

red 7 ◦ green 48 ◦ blue 47

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

Shades of Nordic #07302F

Tints of Nordic #07302F

RGB

 RED value IS 7 (3.13% from 255) = 6.86%

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

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

R = 6.86%
G = 47.06%
B = 46.08%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.02

 K value IS 0.81

RGB Variations

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

Color information

#07302F (or 0x07302F) is known color: Nordic. HEX triplet: 07, 30 and 2F. RGB value is (7,48,47). Sum of RGB (Red+Green+Blue) = 7+48+47=102 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.86% from 102); Green value is 48 (19.14% from 255 or 47.06% from 102); Blue value is 47 (18.75% from 255 or 46.08% from 102); Max value from RGB is 48 - color contains mainly: green. Hex color #07302F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07302F is #F8CFD0. Grayscale: #232323. Windows color (decimal): -16306129 or 3092487. OLE color: 3092487.

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

Color convert

RGB 7 48 47 -
CMYK 0.85 0 0.02 0.81
HSL 178.54º 0.75% 0.11% -
HSV(B) 178.54º 0.85% 0.19% -
XYZ 1.66 2.36 3.06 -
YUV 35.63 134.42 107.58 -
System Red Green Blue C M Y K H S L
Decimal 7 48 47 0.85 0 0.02 0.81 178.54 0.75 0.11
Hex 7 30 2F 55 0 2 51 B3 4B B
Octal 7 60 57 125 0 2 121 263 113 13
Binary 111 110000 101111 1010101 0 10 1010001 10110011 1001011 1011

Color Harmonies of #07302F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07302F

Black with #07302F

Text Example


Text Example

White with #07302F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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