#030B07

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

Shades of Dark Green #030B07

Tints of Dark Green #030B07

Color information

#030B07 (or 0x030B07) is unknown color: approx Dark Green. HEX triplet: 03, 0B and 07. RGB value is (3,11,7). Sum of RGB (Red+Green+Blue) = 3+11+7=21 (2% of max value = 765). Red value is 3 (1.56% from 255 or 14.29% from 21); Green value is 11 (4.69% from 255 or 52.38% from 21); Blue value is 7 (3.12% from 255 or 33.33% from 21); Max value from RGB is 11 - color contains mainly: green. Hex color #030B07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030B07 is #FCF4F8. Grayscale: #080808. Windows color (decimal): -16577785 or 461571. OLE color: 461571.

HSL color Cylindrical-coordinate representation of color #030B07: hue angle of 150º degrees, saturation: 0.57, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #030B07 is Cyan = 0.73, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.96.

Color convert

RGB3117-
CMYK0.7300.360.96
HSL150º57.14%2.75%-
HSV(B)150º72.73%4.31%-
XYZ0.20.270.24-
YUV8.15127.35124.33-

RGB Variations

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

RGB

RED value IS 3 (1.56% from 255) = 14.29%
GREEN value IS 11 (4.69% from 255) = 52.38%
BLUE value IS 7 (3.12% from 255) = 33.33%
R=14.29%
G=52.38%
B=33.33%

CMYK

C (Cyan) values IS 0.73
M (Magenta) values IS 0
Y (Yellow) values IS 0.36
K (Black) values IS 0.96
SystemRedGreenBlueCMYKHSL
Decimal31170.7300.360.9615057.142.75
Hex3B7490246096393
Octal3137111044140226713
Binary1110111111001001010010011000001001011011100111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #030B07

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #030B07; }

 p { color: rgb(3,11,7); }

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

<style>
 a { background-color: #030B07; }

 a { background-color: rgb(3,11,7); }

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

<style>
 span { border-color: #030B07; }

 span { border-color: rgb(3,11,7); }

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