Html Css Color HEX #03150D Dark Green

📋 copy color: '#03150D'

red 3 ◦ green 21 ◦ blue 13

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

Shades of Dark Green #03150D

Tints of Dark Green #03150D

RGB

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

 GREEN value IS 21 (8.59% from 255) = 56.76%

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

R = 8.11%
G = 56.76%
B = 35.14%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.38

 K value IS 0.92

RGB Variations

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

Color information

#03150D (or 0x03150D) is known color: Dark Green. HEX triplet: 03, 15 and 0D. RGB value is (3,21,13). Sum of RGB (Red+Green+Blue) = 3+21+13=37 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.11% from 37); Green value is 21 (8.59% from 255 or 56.76% from 37); Blue value is 13 (5.47% from 255 or 35.14% from 37); Max value from RGB is 21 - color contains mainly: green. Hex color #03150D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03150D is #FCEAF2. Grayscale: #0E0E0E. Windows color (decimal): -16575219 or 857347. OLE color: 857347.

HSL color Cylindrical-coordinate representation of color #03150D: hue angle of 153.33º degrees, saturation: 0.75, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #03150D is Cyan = 0.86, Magento = 0, Yellow = 0.38 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 21 13 -
CMYK 0.86 0 0.38 0.92
HSL 153.33º 0.75% 0.05% -
HSV(B) 153.33º 0.86% 0.08% -
XYZ 0.38 0.58 0.47 -
YUV 14.71 127.04 119.65 -
System Red Green Blue C M Y K H S L
Decimal 3 21 13 0.86 0 0.38 0.92 153.33 0.75 0.05
Hex 3 15 D 56 0 26 5C 99 4B 5
Octal 3 25 15 126 0 46 134 231 113 5
Binary 11 10101 1101 1010110 0 100110 1011100 10011001 1001011 101

Color Harmonies of #03150D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03150D

Black with #03150D

Text Example


Text Example

White with #03150D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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