Html Css Color HEX #03110A Dark Green

📋 copy color: '#03110A'

red 3 ◦ green 17 ◦ blue 10

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

Shades of Dark Green #03110A

Tints of Dark Green #03110A

RGB

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

 GREEN value IS 17 (7.03% from 255) = 56.67%

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

R = 10%
G = 56.67%
B = 33.33%

CMYK

 C value IS 0.82

 M value IS 0

 Y value IS 0.41

 K value IS 0.93

RGB Variations

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

Color information

#03110A (or 0x03110A) is known color: Dark Green. HEX triplet: 03, 11 and 0A. RGB value is (3,17,10). Sum of RGB (Red+Green+Blue) = 3+17+10=30 (3% of max value = 765). Red value is 3 (1.56% from 255 or 10% from 30); Green value is 17 (7.03% from 255 or 56.67% from 30); Blue value is 10 (4.30% from 255 or 33.33% from 30); Max value from RGB is 17 - color contains mainly: green. Hex color #03110A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03110A is #FCEEF5. Grayscale: #0C0C0C. Windows color (decimal): -16576246 or 659715. OLE color: 659715.

HSL color Cylindrical-coordinate representation of color #03110A: hue angle of 150º degrees, saturation: 0.7, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #03110A is Cyan = 0.82, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 17 10 -
CMYK 0.82 0 0.41 0.93
HSL 150º 0.7% 0.04% -
HSV(B) 150º 0.82% 0.07% -
XYZ 0.29 0.44 0.36 -
YUV 12.02 126.86 121.57 -
System Red Green Blue C M Y K H S L
Decimal 3 17 10 0.82 0 0.41 0.93 150 0.7 0.04
Hex 3 11 A 52 0 29 5D 96 46 4
Octal 3 21 12 122 0 51 135 226 106 4
Binary 11 10001 1010 1010010 0 101001 1011101 10010110 1000110 100

Color Harmonies of #03110A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03110A

Black with #03110A

Text Example


Text Example

White with #03110A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03110A; }

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

 H1.HeaderClassName
 {
   color: #03110A;
 }
 .AnyTagClassName
 {
   color: #03110A;
 }
</style>

background-color css

<style>
 a { background-color: #03110A; }

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

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

border-color css

<style>
 span { border-color: #03110A; }

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

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