Html Css Color HEX #03180E Dark Green

📋 copy color: '#03180E'

red 3 ◦ green 24 ◦ blue 14

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

Shades of Dark Green #03180E

Tints of Dark Green #03180E

RGB

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

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

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

R = 7.32%
G = 58.54%
B = 34.15%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.42

 K value IS 0.91

RGB Variations

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

Color information

#03180E (or 0x03180E) is known color: Dark Green. HEX triplet: 03, 18 and 0E. RGB value is (3,24,14). Sum of RGB (Red+Green+Blue) = 3+24+14=41 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.32% from 41); Green value is 24 (9.77% from 255 or 58.54% from 41); Blue value is 14 (5.86% from 255 or 34.15% from 41); Max value from RGB is 24 - color contains mainly: green. Hex color #03180E is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03180E is #FCE7F1. Grayscale: #101010. Windows color (decimal): -16574450 or 923651. OLE color: 923651.

HSL color Cylindrical-coordinate representation of color #03180E: hue angle of 151.43º 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 #03180E is Cyan = 0.88, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.91.

Color convert

RGB 3 24 14 -
CMYK 0.88 0 0.42 0.91
HSL 151.43º 0.78% 0.05% -
HSV(B) 151.43º 0.88% 0.09% -
XYZ 0.44 0.7 0.53 -
YUV 16.58 126.54 118.31 -
System Red Green Blue C M Y K H S L
Decimal 3 24 14 0.88 0 0.42 0.91 151.43 0.78 0.05
Hex 3 18 E 58 0 2A 5B 97 4E 5
Octal 3 30 16 130 0 52 133 227 116 5
Binary 11 11000 1110 1011000 0 101010 1011011 10010111 1001110 101

Color Harmonies of #03180E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03180E

Black with #03180E

Text Example


Text Example

White with #03180E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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