Html Css Color HEX #03120D Dark Green

📋 copy color: '#03120D'

red 3 ◦ green 18 ◦ blue 13

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

Shades of Dark Green #03120D

Tints of Dark Green #03120D

RGB

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

 GREEN value IS 18 (7.42% from 255) = 52.94%

 BLUE value IS 13 (5.47% from 255) = 38.24%

R = 8.82%
G = 52.94%
B = 38.24%

CMYK

 C value IS 0.83

 M value IS 0

 Y value IS 0.28

 K value IS 0.93

RGB Variations

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

Color information

#03120D (or 0x03120D) is known color: Dark Green. HEX triplet: 03, 12 and 0D. RGB value is (3,18,13). Sum of RGB (Red+Green+Blue) = 3+18+13=34 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.82% from 34); Green value is 18 (7.42% from 255 or 52.94% from 34); Blue value is 13 (5.47% from 255 or 38.24% from 34); Max value from RGB is 18 - color contains mainly: green. Hex color #03120D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03120D is #FCEDF2. Grayscale: #0C0C0C. Windows color (decimal): -16575987 or 856579. OLE color: 856579.

HSL color Cylindrical-coordinate representation of color #03120D: hue angle of 160º degrees, saturation: 0.71, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #03120D is Cyan = 0.83, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 18 13 -
CMYK 0.83 0 0.28 0.93
HSL 160º 0.71% 0.04% -
HSV(B) 160º 0.83% 0.07% -
XYZ 0.33 0.48 0.46 -
YUV 12.95 128.03 120.91 -
System Red Green Blue C M Y K H S L
Decimal 3 18 13 0.83 0 0.28 0.93 160 0.71 0.04
Hex 3 12 D 53 0 1C 5D A0 47 4
Octal 3 22 15 123 0 34 135 240 107 4
Binary 11 10010 1101 1010011 0 11100 1011101 10100000 1000111 100

Color Harmonies of #03120D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03120D

Black with #03120D

Text Example


Text Example

White with #03120D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03120D; }

 p { color: rgb(3,18,13); }

 H1.HeaderClassName
 {
   color: #03120D;
 }
 .AnyTagClassName
 {
   color: #03120D;
 }
</style>

background-color css

<style>
 a { background-color: #03120D; }

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

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

border-color css

<style>
 span { border-color: #03120D; }

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

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