Html Css Color HEX #05150C Dark Green

📋 copy color: '#05150C'

red 5 ◦ green 21 ◦ blue 12

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

Shades of Dark Green #05150C

Tints of Dark Green #05150C

RGB

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

 GREEN value IS 21 (8.59% from 255) = 55.26%

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

R = 13.16%
G = 55.26%
B = 31.58%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.43

 K value IS 0.92

RGB Variations

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

Color information

#05150C (or 0x05150C) is known color: Dark Green. HEX triplet: 05, 15 and 0C. RGB value is (5,21,12). Sum of RGB (Red+Green+Blue) = 5+21+12=38 (5% of max value = 765). Red value is 5 (2.34% from 255 or 13.16% from 38); Green value is 21 (8.59% from 255 or 55.26% from 38); Blue value is 12 (5.08% from 255 or 31.58% from 38); Max value from RGB is 21 - color contains mainly: green. Hex color #05150C is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05150C is #FAEAF3. Grayscale: #0F0F0F. Windows color (decimal): -16444148 or 791813. OLE color: 791813.

HSL color Cylindrical-coordinate representation of color #05150C: hue angle of 146.25º degrees, saturation: 0.62, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.08% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #05150C is Cyan = 0.76, Magento = 0, Yellow = 0.43 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 21 12 -
CMYK 0.76 0 0.43 0.92
HSL 146.25º 0.62% 0.05% -
HSV(B) 146.25º 0.76% 0.08% -
XYZ 0.4 0.6 0.44 -
YUV 15.19 126.2 120.73 -
System Red Green Blue C M Y K H S L
Decimal 5 21 12 0.76 0 0.43 0.92 146.25 0.62 0.05
Hex 5 15 C 4C 0 2B 5C 92 3E 5
Octal 5 25 14 114 0 53 134 222 76 5
Binary 101 10101 1100 1001100 0 101011 1011100 10010010 111110 101

Color Harmonies of #05150C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05150C

Black with #05150C

Text Example


Text Example

White with #05150C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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