Html Css Color HEX #05100F Dark Green

📋 copy color: '#05100F'

red 5 ◦ green 16 ◦ blue 15

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

Shades of Dark Green #05100F

Tints of Dark Green #05100F

RGB

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

 GREEN value IS 16 (6.64% from 255) = 44.44%

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

R = 13.89%
G = 44.44%
B = 41.67%

CMYK

 C value IS 0.69

 M value IS 0

 Y value IS 0.06

 K value IS 0.94

RGB Variations

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

Color information

#05100F (or 0x05100F) is known color: Dark Green. HEX triplet: 05, 10 and 0F. RGB value is (5,16,15). Sum of RGB (Red+Green+Blue) = 5+16+15=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 16 (6.64% from 255 or 44.44% from 36); Blue value is 15 (6.25% from 255 or 41.67% from 36); Max value from RGB is 16 - color contains mainly: green. Hex color #05100F is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05100F is #FAEFF0. Grayscale: #0C0C0C. Windows color (decimal): -16445425 or 987141. OLE color: 987141.

HSL color Cylindrical-coordinate representation of color #05100F: hue angle of 174.55º degrees, saturation: 0.52, lightness: 0.04%. HSV value (or HSB Brightness) of color is 0.06% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #05100F is Cyan = 0.69, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.94.

Color convert

RGB 5 16 15 -
CMYK 0.69 0 0.06 0.94
HSL 174.55º 0.52% 0.04% -
HSV(B) 174.55º 0.69% 0.06% -
XYZ 0.33 0.44 0.52 -
YUV 12.6 129.36 122.58 -
System Red Green Blue C M Y K H S L
Decimal 5 16 15 0.69 0 0.06 0.94 174.55 0.52 0.04
Hex 5 10 F 45 0 6 5E AF 34 4
Octal 5 20 17 105 0 6 136 257 64 4
Binary 101 10000 1111 1000101 0 110 1011110 10101111 110100 100

Color Harmonies of #05100F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05100F

Black with #05100F

Text Example


Text Example

White with #05100F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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