Html Css Color HEX #03150C Dark Green

📋 copy color: '#03150C'

red 3 ◦ green 21 ◦ blue 12

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

Shades of Dark Green #03150C

Tints of Dark Green #03150C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 33.33%

R = 8.33%
G = 58.33%
B = 33.33%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#03150C (or 0x03150C) is known color: Dark Green. HEX triplet: 03, 15 and 0C. RGB value is (3,21,12). Sum of RGB (Red+Green+Blue) = 3+21+12=36 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.33% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 12 (5.08% from 255 or 33.33% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #03150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03150C is #FCEAF3. Grayscale: #0E0E0E. Windows color (decimal): -16575220 or 791811. OLE color: 791811.

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

Color convert

RGB 3 21 12 -
CMYK 0.86 0 0.43 0.92
HSL 150º 0.75% 0.05% -
HSV(B) 150º 0.86% 0.08% -
XYZ 0.37 0.58 0.44 -
YUV 14.59 126.54 119.73 -
System Red Green Blue C M Y K H S L
Decimal 3 21 12 0.86 0 0.43 0.92 150 0.75 0.05
Hex 3 15 C 56 0 2B 5C 96 4B 5
Octal 3 25 14 126 0 53 134 226 113 5
Binary 11 10101 1100 1010110 0 101011 1011100 10010110 1001011 101

Color Harmonies of #03150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03150C

Black with #03150C

Text Example


Text Example

White with #03150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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