Html Css Color HEX #03180B Dark Green

📋 copy color: '#03180B'

red 3 ◦ green 24 ◦ blue 11

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

Shades of Dark Green #03180B

Tints of Dark Green #03180B

RGB

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

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

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

R = 7.89%
G = 63.16%
B = 28.95%

CMYK

 C value IS 0.88

 M value IS 0

 Y value IS 0.54

 K value IS 0.91

RGB Variations

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

Color information

#03180B (or 0x03180B) is known color: Dark Green. HEX triplet: 03, 18 and 0B. RGB value is (3,24,11). Sum of RGB (Red+Green+Blue) = 3+24+11=38 (5% of max value = 765). Red value is 3 (1.56% from 255 or 7.89% from 38); Green value is 24 (9.77% from 255 or 63.16% from 38); Blue value is 11 (4.69% from 255 or 28.95% from 38); Max value from RGB is 24 - color contains mainly: green. Hex color #03180B is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #03180B is #FCE7F4. Grayscale: #101010. Windows color (decimal): -16574453 or 727043. OLE color: 727043.

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

Color convert

RGB 3 24 11 -
CMYK 0.88 0 0.54 0.91
HSL 142.86º 0.78% 0.05% -
HSV(B) 142.86º 0.88% 0.09% -
XYZ 0.42 0.7 0.43 -
YUV 16.24 125.04 118.56 -
System Red Green Blue C M Y K H S L
Decimal 3 24 11 0.88 0 0.54 0.91 142.86 0.78 0.05
Hex 3 18 B 58 0 36 5B 8F 4E 5
Octal 3 30 13 130 0 66 133 217 116 5
Binary 11 11000 1011 1011000 0 110110 1011011 10001111 1001110 101

Color Harmonies of #03180B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #03180B

Black with #03180B

Text Example


Text Example

White with #03180B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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