Html Css Color HEX #07302E Nordic

📋 copy color: '#07302E'

red 7 ◦ green 48 ◦ blue 46

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

Shades of Nordic #07302E

Tints of Nordic #07302E

RGB

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

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

 BLUE value IS 46 (18.36% from 255) = 45.54%

R = 6.93%
G = 47.52%
B = 45.54%

CMYK

 C value IS 0.85

 M value IS 0

 Y value IS 0.04

 K value IS 0.81

RGB Variations

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

Color information

#07302E (or 0x07302E) is known color: Nordic. HEX triplet: 07, 30 and 2E. RGB value is (7,48,46). Sum of RGB (Red+Green+Blue) = 7+48+46=101 (13% of max value = 765). Red value is 7 (3.12% from 255 or 6.93% from 101); Green value is 48 (19.14% from 255 or 47.52% from 101); Blue value is 46 (18.36% from 255 or 45.54% from 101); Max value from RGB is 48 - color contains mainly: green. Hex color #07302E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07302E is #F8CFD1. Grayscale: #232323. Windows color (decimal): -16306130 or 3026951. OLE color: 3026951.

HSL color Cylindrical-coordinate representation of color #07302E: hue angle of 177.07º 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 #07302E is Cyan = 0.85, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.81.

Color convert

RGB 7 48 46 -
CMYK 0.85 0 0.04 0.81
HSL 177.07º 0.75% 0.11% -
HSV(B) 177.07º 0.85% 0.19% -
XYZ 1.64 2.36 2.95 -
YUV 35.51 133.92 107.66 -
System Red Green Blue C M Y K H S L
Decimal 7 48 46 0.85 0 0.04 0.81 177.07 0.75 0.11
Hex 7 30 2E 55 0 4 51 B1 4B B
Octal 7 60 56 125 0 4 121 261 113 13
Binary 111 110000 101110 1010101 0 100 1010001 10110001 1001011 1011

Color Harmonies of #07302E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #07302E

Black with #07302E

Text Example


Text Example

White with #07302E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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