Html Css Color HEX #030A0A Dark Green

📋 copy color: '#030A0A'

red 3 ◦ green 10 ◦ blue 10

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

Shades of Dark Green #030A0A

Tints of Dark Green #030A0A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 43.48%

R = 13.04%
G = 43.48%
B = 43.48%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0

 K value IS 0.96

RGB Variations

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

Color information

#030A0A (or 0x030A0A) is known color: Dark Green. HEX triplet: 03, 0A and 0A. RGB value is (3,10,10). Sum of RGB (Red+Green+Blue) = 3+10+10=23 (3% of max value = 765). Red value is 3 (1.56% from 255 or 13.04% from 23); Green value is 10 (4.30% from 255 or 43.48% from 23); Blue value is 10 (4.30% from 255 or 43.48% from 23); Max value from RGB is 10 - color contains mainly: green, blue. Hex color #030A0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030A0A is #FCF5F5. Grayscale: #070707. Windows color (decimal): -16578038 or 657923. OLE color: 657923.

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

Color convert

RGB 3 10 10 -
CMYK 0.70 0 0 0.96
HSL 180º 0.54% 0.03% -
HSV(B) 180º 0.7% 0.04% -
XYZ 0.2 0.26 0.33 -
YUV 7.91 129.18 124.5 -
System Red Green Blue C M Y K H S L
Decimal 3 10 10 0.70 0 0 0.96 180 0.54 0.03
Hex 3 A A 46 0 0 60 B4 36 3
Octal 3 12 12 106 0 0 140 264 66 3
Binary 11 1010 1010 1000110 0 0 1100000 10110100 110110 11

Color Harmonies of #030A0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030A0A

Black with #030A0A

Text Example


Text Example

White with #030A0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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