Html Css Color HEX #03180D Dark Green

📋 copy color: '#03180D'

red 3 ◦ green 24 ◦ blue 13

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

Shades of Dark Green #03180D

Tints of Dark Green #03180D

RGB

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

 GREEN value IS 24 (9.77% from 255) = 60%

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

R = 7.5%
G = 60%
B = 32.5%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.46

 K value IS 0.91

RGB Variations

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

Color information

#03180D (or 0x03180D) is known color: Dark Green. HEX triplet: 03, 18 and 0D. RGB value is (3,24,13). Sum of RGB (Red+Green+Blue) = 3+24+13=40 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.5% from 40); Green value is 24 (9.77% from 255 or 60% from 40); Blue value is 13 (5.47% from 255 or 32.5% from 40); Max value from RGB is 24 - color contains mainly: green. Hex color #03180D is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03180D is #FCE7F2. Grayscale: #101010. Windows color (decimal): -16574451 or 858115. OLE color: 858115.

HSL color Cylindrical-coordinate representation of color #03180D: hue angle of 148.57º degrees, saturation: 0.78, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.09% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #03180D is Cyan = 0.88, Magento = 0, Yellow = 0.46 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 24 13 -
CMYK 0.88 0 0.46 0.91
HSL 148.57º 0.78% 0.05% -
HSV(B) 148.57º 0.88% 0.09% -
XYZ 0.44 0.7 0.49 -
YUV 16.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 3 24 13 0.88 0 0.46 0.91 148.57 0.78 0.05
Hex 3 18 D 58 0 2E 5B 95 4E 5
Octal 3 30 15 130 0 56 133 225 116 5
Binary 11 11000 1101 1011000 0 101110 1011011 10010101 1001110 101

Color Harmonies of #03180D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03180D

Black with #03180D

Text Example


Text Example

White with #03180D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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