Html Css Color HEX #03130E Dark Green

📋 copy color: '#03130E'

red 3 ◦ green 19 ◦ blue 14

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

Shades of Dark Green #03130E

Tints of Dark Green #03130E

RGB

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

 GREEN value IS 19 (7.81% from 255) = 52.78%

 BLUE value IS 14 (5.86% from 255) = 38.89%

R = 8.33%
G = 52.78%
B = 38.89%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.26

 K value IS 0.93

RGB Variations

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

Color information

#03130E (or 0x03130E) is known color: Dark Green. HEX triplet: 03, 13 and 0E. RGB value is (3,19,14). Sum of RGB (Red+Green+Blue) = 3+19+14=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 19 (7.81% from 255 or 52.78% from 36); Blue value is 14 (5.86% from 255 or 38.89% from 36); Max value from RGB is 19 - color contains mainly: green. Hex color #03130E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03130E is #FCECF1. Grayscale: #0D0D0D. Windows color (decimal): -16575730 or 922371. OLE color: 922371.

HSL color Cylindrical-coordinate representation of color #03130E: hue angle of 161.25º degrees, saturation: 0.73, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #03130E is Cyan = 0.84, Magento = 0, Yellow = 0.26 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 19 14 -
CMYK 0.84 0 0.26 0.93
HSL 161.25º 0.73% 0.04% -
HSV(B) 161.25º 0.84% 0.07% -
XYZ 0.35 0.52 0.5 -
YUV 13.65 128.2 120.41 -
System Red Green Blue C M Y K H S L
Decimal 3 19 14 0.84 0 0.26 0.93 161.25 0.73 0.04
Hex 3 13 E 54 0 1A 5D A1 49 4
Octal 3 23 16 124 0 32 135 241 111 4
Binary 11 10011 1110 1010100 0 11010 1011101 10100001 1001001 100

Color Harmonies of #03130E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03130E

Black with #03130E

Text Example


Text Example

White with #03130E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #03130E; }

 p { color: rgb(3,19,14); }

 H1.HeaderClassName
 {
   color: #03130E;
 }
 .AnyTagClassName
 {
   color: #03130E;
 }
</style>

background-color css

<style>
 a { background-color: #03130E; }

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

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

border-color css

<style>
 span { border-color: #03130E; }

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

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