Html Css Color HEX #05120C Dark Green

📋 copy color: '#05120C'

red 5 ◦ green 18 ◦ blue 12

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

Shades of Dark Green #05120C

Tints of Dark Green #05120C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 34.29%

R = 14.29%
G = 51.43%
B = 34.29%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.33

 K value IS 0.93

RGB Variations

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

Color information

#05120C (or 0x05120C) is known color: Dark Green. HEX triplet: 05, 12 and 0C. RGB value is (5,18,12). Sum of RGB (Red+Green+Blue) = 5+18+12=35 (4% of max value = 765). Red value is 5 (2.34% from 255 or 14.29% from 35); Green value is 18 (7.42% from 255 or 51.43% from 35); Blue value is 12 (5.08% from 255 or 34.29% from 35); Max value from RGB is 18 - color contains mainly: green. Hex color #05120C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05120C is #FAEDF3. Grayscale: #0D0D0D. Windows color (decimal): -16444916 or 791045. OLE color: 791045.

HSL color Cylindrical-coordinate representation of color #05120C: hue angle of 152.31º 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 #05120C is Cyan = 0.72, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.93.

Color convert

RGB 5 18 12 -
CMYK 0.72 0 0.33 0.93
HSL 152.31º 0.57% 0.05% -
HSV(B) 152.31º 0.72% 0.07% -
XYZ 0.35 0.49 0.42 -
YUV 13.43 127.19 121.99 -
System Red Green Blue C M Y K H S L
Decimal 5 18 12 0.72 0 0.33 0.93 152.31 0.57 0.05
Hex 5 12 C 48 0 21 5D 98 39 5
Octal 5 22 14 110 0 41 135 230 71 5
Binary 101 10010 1100 1001000 0 100001 1011101 10011000 111001 101

Color Harmonies of #05120C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05120C

Black with #05120C

Text Example


Text Example

White with #05120C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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