Html Css Color HEX #03150B Dark Green

📋 copy color: '#03150B'

red 3 ◦ green 21 ◦ blue 11

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

Shades of Dark Green #03150B

Tints of Dark Green #03150B

RGB

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

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

 BLUE value IS 11 (4.69% from 255) = 31.43%

R = 8.57%
G = 60%
B = 31.43%

CMYK

 C value IS 0.86

 M value IS 0

 Y value IS 0.48

 K value IS 0.92

RGB Variations

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

Color information

#03150B (or 0x03150B) is known color: Dark Green. HEX triplet: 03, 15 and 0B. RGB value is (3,21,11). Sum of RGB (Red+Green+Blue) = 3+21+11=35 (4% of max value = 765). Red value is 3 (1.56% from 255 or 8.57% from 35); Green value is 21 (8.59% from 255 or 60% from 35); Blue value is 11 (4.69% from 255 or 31.43% from 35); Max value from RGB is 21 - color contains mainly: green. Hex color #03150B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03150B is #FCEAF4. Grayscale: #0E0E0E. Windows color (decimal): -16575221 or 726275. OLE color: 726275.

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

Color convert

RGB 3 21 11 -
CMYK 0.86 0 0.48 0.92
HSL 146.67º 0.75% 0.05% -
HSV(B) 146.67º 0.86% 0.08% -
XYZ 0.37 0.58 0.41 -
YUV 14.48 126.04 119.81 -
System Red Green Blue C M Y K H S L
Decimal 3 21 11 0.86 0 0.48 0.92 146.67 0.75 0.05
Hex 3 15 B 56 0 30 5C 93 4B 5
Octal 3 25 13 126 0 60 134 223 113 5
Binary 11 10101 1011 1010110 0 110000 1011100 10010011 1001011 101

Color Harmonies of #03150B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03150B

Black with #03150B

Text Example


Text Example

White with #03150B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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