#07301B

Color #07301B Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #07301B

Tints of Dark Green #07301B

Color information

#07301B (or 0x07301B) is unknown color: approx Dark Green. HEX triplet: 07, 30 and 1B. RGB value is (7,48,27). Sum of RGB (Red+Green+Blue) = 7+48+27=82 (10% of max value = 765). Red value is 7 (3.12% from 255 or 8.54% from 82); Green value is 48 (19.14% from 255 or 58.54% from 82); Blue value is 27 (10.94% from 255 or 32.93% from 82); Max value from RGB is 48 - color contains mainly: green. Hex color #07301B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #07301B is #F8CFE4. Grayscale: #212121. Windows color (decimal): -16306149 or 1781767. OLE color: 1781767.

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

Color convert

RGB74827-
CMYK0.8500.440.81
HSL149.27º74.55%10.78%-
HSV(B)149.27º85.42%18.82%-
XYZ1.342.241.4-
YUV33.35124.42109.21-

RGB Variations

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

RGB

RED value IS 7 (3.12% from 255) = 8.54%
GREEN value IS 48 (19.14% from 255) = 58.54%
BLUE value IS 27 (10.94% from 255) = 32.93%
R=8.54%
G=58.54%
B=32.93%

CMYK

C (Cyan) values IS 0.85
M (Magenta) values IS 0
Y (Yellow) values IS 0.44
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal748270.8500.440.81149.2774.5510.78
Hex7301B5502C51954bb
Octal7603312505412122511313
Binary111110000110111010101010110010100011001010110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #07301B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #07301B; }

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

 H1.HeaderClassName
 {
   color: #07301B;
 }
 .AnyTagClassName
 {
   color: #07301B;
 }
</style>
background-color css

<style>
 a { background-color: #07301B; }

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

 div.DivClassName
 {
   background-color: #07301B;
 }
 .BgClassName
 {
   background-color: #07301B;
 }
</style>
border-color css

<style>
 span { border-color: #07301B; }

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

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