Html Css Color HEX #030A05 Dark Green

📋 copy color: '#030A05'

red 3 ◦ green 10 ◦ blue 5

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

Shades of Dark Green #030A05

Tints of Dark Green #030A05

RGB

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

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

 BLUE value IS 5 (2.34% from 255) = 27.78%

R = 16.67%
G = 55.56%
B = 27.78%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.50

 K value IS 0.96

RGB Variations

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

Color information

#030A05 (or 0x030A05) is known color: Dark Green. HEX triplet: 03, 0A and 05. RGB value is (3,10,5). Sum of RGB (Red+Green+Blue) = 3+10+5=18 (2% of max value = 765). Red value is 3 (1.56% from 255 or 16.67% from 18); Green value is 10 (4.30% from 255 or 55.56% from 18); Blue value is 5 (2.34% from 255 or 27.78% from 18); Max value from RGB is 10 - color contains mainly: green. Hex color #030A05 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A05 is #FCF5FA. Grayscale: #070707. Windows color (decimal): -16578043 or 330243. OLE color: 330243.

HSL color Cylindrical-coordinate representation of color #030A05: hue angle of 137.14º 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 #030A05 is Cyan = 0.70, Magento = 0, Yellow = 0.50 and Black (K on CMYK) = 0.96.

Color convert

RGB 3 10 5 -
CMYK 0.70 0 0.50 0.96
HSL 137.14º 0.54% 0.03% -
HSV(B) 137.14º 0.7% 0.04% -
XYZ 0.17 0.25 0.18 -
YUV 7.34 126.68 124.91 -
System Red Green Blue C M Y K H S L
Decimal 3 10 5 0.70 0 0.50 0.96 137.14 0.54 0.03
Hex 3 A 5 46 0 32 60 89 36 3
Octal 3 12 5 106 0 62 140 211 66 3
Binary 11 1010 101 1000110 0 110010 1100000 10001001 110110 11

Color Harmonies of #030A05

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A05

Black with #030A05

Text Example


Text Example

White with #030A05

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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