Html Css Color HEX #03150F Dark Green

📋 copy color: '#03150F'

red 3 ◦ green 21 ◦ blue 15

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

Shades of Dark Green #03150F

Tints of Dark Green #03150F

RGB

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

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

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

R = 7.69%
G = 53.85%
B = 38.46%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.29

 K value IS 0.92

RGB Variations

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

Color information

#03150F (or 0x03150F) is known color: Dark Green. HEX triplet: 03, 15 and 0F. RGB value is (3,21,15). Sum of RGB (Red+Green+Blue) = 3+21+15=39 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.69% from 39); Green value is 21 (8.59% from 255 or 53.85% from 39); Blue value is 15 (6.25% from 255 or 38.46% from 39); Max value from RGB is 21 - color contains mainly: green. Hex color #03150F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03150F is #FCEAF0. Grayscale: #0E0E0E. Windows color (decimal): -16575217 or 988419. OLE color: 988419.

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

Color convert

RGB 3 21 15 -
CMYK 0.86 0 0.29 0.92
HSL 160º 0.75% 0.05% -
HSV(B) 160º 0.86% 0.08% -
XYZ 0.39 0.59 0.55 -
YUV 14.93 128.04 119.49 -
System Red Green Blue C M Y K H S L
Decimal 3 21 15 0.86 0 0.29 0.92 160 0.75 0.05
Hex 3 15 F 56 0 1D 5C A0 4B 5
Octal 3 25 17 126 0 35 134 240 113 5
Binary 11 10101 1111 1010110 0 11101 1011100 10100000 1001011 101

Color Harmonies of #03150F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03150F

Black with #03150F

Text Example


Text Example

White with #03150F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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