Html Css Color HEX #030A07 Dark Green

📋 copy color: '#030A07'

red 3 ◦ green 10 ◦ blue 7

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

Shades of Dark Green #030A07

Tints of Dark Green #030A07

RGB

 RED value IS 3 (1.56% from 255) = 15%

 GREEN value IS 10 (4.3% from 255) = 50%

 BLUE value IS 7 (3.13% from 255) = 35%

R = 15%
G = 50%
B = 35%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.30

 K value IS 0.96

RGB Variations

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

Color information

#030A07 (or 0x030A07) is known color: Dark Green. HEX triplet: 03, 0A and 07. RGB value is (3,10,7). Sum of RGB (Red+Green+Blue) = 3+10+7=20 (2% of max value = 765). Red value is 3 (1.56% from 255 or 15% from 20); Green value is 10 (4.30% from 255 or 50% from 20); Blue value is 7 (3.12% from 255 or 35% from 20); Max value from RGB is 10 - color contains mainly: green. Hex color #030A07 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A07 is #FCF5F8. Grayscale: #070707. Windows color (decimal): -16578041 or 461315. OLE color: 461315.

HSL color Cylindrical-coordinate representation of color #030A07: hue angle of 154.29º degrees, saturation: 0.54, lightness: 0.03%. HSV value (or HSB Brightness) of color is 0.04% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #030A07 is Cyan = 0.70, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.96.

Color convert

RGB 3 10 7 -
CMYK 0.70 0 0.30 0.96
HSL 154.29º 0.54% 0.03% -
HSV(B) 154.29º 0.7% 0.04% -
XYZ 0.18 0.25 0.24 -
YUV 7.57 127.68 124.74 -
System Red Green Blue C M Y K H S L
Decimal 3 10 7 0.70 0 0.30 0.96 154.29 0.54 0.03
Hex 3 A 7 46 0 1E 60 9A 36 3
Octal 3 12 7 106 0 36 140 232 66 3
Binary 11 1010 111 1000110 0 11110 1100000 10011010 110110 11

Color Harmonies of #030A07

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A07

Black with #030A07

Text Example


Text Example

White with #030A07

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #030A07;
 }
 .AnyTagClassName
 {
   color: #030A07;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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