#07302E

Color #07302E Nordic (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Nordic #07302E

Tints of Nordic #07302E

Color information

#07302E (or 0x07302E) is unknown color: approx 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

RGB74846-
CMYK0.8500.040.81
HSL177.07º74.55%10.78%-
HSV(B)177.07º85.42%18.82%-
XYZ1.642.362.95-
YUV35.51133.92107.66-

RGB Variations

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

RGB

RED value IS 7 (3.12% 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 (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748460.8500.040.81177.0774.5510.78
Hex7302E550451b14bb
Octal760561250412126111313
Binary1111100001011101010101010010100011011000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07302E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>