Html Css Color HEX #03130F Dark Green

📋 copy color: '#03130F'

red 3 ◦ green 19 ◦ blue 15

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

Shades of Dark Green #03130F

Tints of Dark Green #03130F

RGB

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

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

 BLUE value IS 15 (6.25% from 255) = 40.54%

R = 8.11%
G = 51.35%
B = 40.54%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.21

 K value IS 0.93

RGB Variations

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

Color information

#03130F (or 0x03130F) is known color: Dark Green. HEX triplet: 03, 13 and 0F. RGB value is (3,19,15). Sum of RGB (Red+Green+Blue) = 3+19+15=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 19 (7.81% from 255 or 51.35% from 37); Blue value is 15 (6.25% from 255 or 40.54% from 37); Max value from RGB is 19 - color contains mainly: green. Hex color #03130F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03130F is #FCECF0. Grayscale: #0D0D0D. Windows color (decimal): -16575729 or 987907. OLE color: 987907.

HSL color Cylindrical-coordinate representation of color #03130F: hue angle of 165º 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 #03130F is Cyan = 0.84, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.93.

Color convert

RGB 3 19 15 -
CMYK 0.84 0 0.21 0.93
HSL 165º 0.73% 0.04% -
HSV(B) 165º 0.84% 0.07% -
XYZ 0.36 0.52 0.53 -
YUV 13.76 128.7 120.33 -
System Red Green Blue C M Y K H S L
Decimal 3 19 15 0.84 0 0.21 0.93 165 0.73 0.04
Hex 3 13 F 54 0 15 5D A5 49 4
Octal 3 23 17 124 0 25 135 245 111 4
Binary 11 10011 1111 1010100 0 10101 1011101 10100101 1001001 100

Color Harmonies of #03130F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03130F

Black with #03130F

Text Example


Text Example

White with #03130F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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