Html Css Color HEX #05120F Dark Green

📋 copy color: '#05120F'

red 5 ◦ green 18 ◦ blue 15

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

Shades of Dark Green #05120F

Tints of Dark Green #05120F

RGB

 RED value IS 5 (2.34% from 255) = 13.16%

 GREEN value IS 18 (7.42% from 255) = 47.37%

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

R = 13.16%
G = 47.37%
B = 39.47%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.17

 K value IS 0.93

RGB Variations

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

Color information

#05120F (or 0x05120F) is known color: Dark Green. HEX triplet: 05, 12 and 0F. RGB value is (5,18,15). Sum of RGB (Red+Green+Blue) = 5+18+15=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 18 (7.42% from 255 or 47.37% from 38); Blue value is 15 (6.25% from 255 or 39.47% from 38); Max value from RGB is 18 - color contains mainly: green. Hex color #05120F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05120F is #FAEDF0. Grayscale: #0D0D0D. Windows color (decimal): -16444913 or 987653. OLE color: 987653.

HSL color Cylindrical-coordinate representation of color #05120F: hue angle of 166.15º degrees, saturation: 0.57, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #05120F is Cyan = 0.72, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 15 -
CMYK 0.72 0 0.17 0.93
HSL 166.15º 0.57% 0.05% -
HSV(B) 166.15º 0.72% 0.07% -
XYZ 0.37 0.5 0.53 -
YUV 13.77 128.69 121.74 -
System Red Green Blue C M Y K H S L
Decimal 5 18 15 0.72 0 0.17 0.93 166.15 0.57 0.05
Hex 5 12 F 48 0 11 5D A6 39 5
Octal 5 22 17 110 0 21 135 246 71 5
Binary 101 10010 1111 1001000 0 10001 1011101 10100110 111001 101

Color Harmonies of #05120F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05120F

Black with #05120F

Text Example


Text Example

White with #05120F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,18,15); }

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

background-color css

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

 a { background-color: rgb(5,18,15); }

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

border-color css

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

 span { border-color: rgb(5,18,15); }

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