Html Css Color HEX #030F0A Dark Green

📋 copy color: '#030F0A'

red 3 ◦ green 15 ◦ blue 10

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

Shades of Dark Green #030F0A

Tints of Dark Green #030F0A

RGB

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

 GREEN value IS 15 (6.25% from 255) = 53.57%

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

R = 10.71%
G = 53.57%
B = 35.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.94

RGB Variations

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

Color information

#030F0A (or 0x030F0A) is known color: Dark Green. HEX triplet: 03, 0F and 0A. RGB value is (3,15,10). Sum of RGB (Red+Green+Blue) = 3+15+10=28 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10.71% from 28); Green value is 15 (6.25% from 255 or 53.57% from 28); Blue value is 10 (4.30% from 255 or 35.71% from 28); Max value from RGB is 15 - color contains mainly: green. Hex color #030F0A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #030F0A is #FCF0F5. Grayscale: #0A0A0A. Windows color (decimal): -16576758 or 659203. OLE color: 659203.

HSL color Cylindrical-coordinate representation of color #030F0A: hue angle of 155º degrees, saturation: 0.67, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #030F0A is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.94.

Color convert

RGB 3 15 10 -
CMYK 0.80 0 0.33 0.94
HSL 155º 0.67% 0.04% -
HSV(B) 155º 0.8% 0.06% -
XYZ 0.26 0.38 0.35 -
YUV 10.84 127.52 122.41 -
System Red Green Blue C M Y K H S L
Decimal 3 15 10 0.80 0 0.33 0.94 155 0.67 0.04
Hex 3 F A 50 0 21 5E 9B 43 4
Octal 3 17 12 120 0 41 136 233 103 4
Binary 11 1111 1010 1010000 0 100001 1011110 10011011 1000011 100

Color Harmonies of #030F0A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #030F0A

Black with #030F0A

Text Example


Text Example

White with #030F0A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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