Html Css Color HEX #03150E Dark Green

📋 copy color: '#03150E'

red 3 ◦ green 21 ◦ blue 14

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

Shades of Dark Green #03150E

Tints of Dark Green #03150E

RGB

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

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

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

R = 7.89%
G = 55.26%
B = 36.84%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.33

 K value IS 0.92

RGB Variations

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

Color information

#03150E (or 0x03150E) is known color: Dark Green. HEX triplet: 03, 15 and 0E. RGB value is (3,21,14). Sum of RGB (Red+Green+Blue) = 3+21+14=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 14 (5.86% from 255 or 36.84% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #03150E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03150E is #FCEAF1. Grayscale: #0E0E0E. Windows color (decimal): -16575218 or 922883. OLE color: 922883.

HSL color Cylindrical-coordinate representation of color #03150E: hue angle of 156.67º 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 #03150E is Cyan = 0.86, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.92.

Color convert

RGB 3 21 14 -
CMYK 0.86 0 0.33 0.92
HSL 156.67º 0.75% 0.05% -
HSV(B) 156.67º 0.86% 0.08% -
XYZ 0.38 0.59 0.51 -
YUV 14.82 127.54 119.57 -
System Red Green Blue C M Y K H S L
Decimal 3 21 14 0.86 0 0.33 0.92 156.67 0.75 0.05
Hex 3 15 E 56 0 21 5C 9D 4B 5
Octal 3 25 16 126 0 41 134 235 113 5
Binary 11 10101 1110 1010110 0 100001 1011100 10011101 1001011 101

Color Harmonies of #03150E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03150E

Black with #03150E

Text Example


Text Example

White with #03150E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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