Html Css Color HEX #05150A Dark Green

📋 copy color: '#05150A'

red 5 ◦ green 21 ◦ blue 10

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

Shades of Dark Green #05150A

Tints of Dark Green #05150A

RGB

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

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

 BLUE value IS 10 (4.3% from 255) = 27.78%

R = 13.89%
G = 58.33%
B = 27.78%

CMYK

 C value IS 0.76

 M value IS 0

 Y value IS 0.52

 K value IS 0.92

RGB Variations

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

Color information

#05150A (or 0x05150A) is known color: Dark Green. HEX triplet: 05, 15 and 0A. RGB value is (5,21,10). Sum of RGB (Red+Green+Blue) = 5+21+10=36 (4% of max value = 765). Red value is 5 (2.34% from 255 or 13.89% from 36); Green value is 21 (8.59% from 255 or 58.33% from 36); Blue value is 10 (4.30% from 255 or 27.78% from 36); Max value from RGB is 21 - color contains mainly: green. Hex color #05150A is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #05150A is #FAEAF5. Grayscale: #0E0E0E. Windows color (decimal): -16444150 or 660741. OLE color: 660741.

HSL color Cylindrical-coordinate representation of color #05150A: hue angle of 138.75º 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 #05150A is Cyan = 0.76, Magento = 0, Yellow = 0.52 and Black (K on CMYK) = 0.92.

Color convert

RGB 5 21 10 -
CMYK 0.76 0 0.52 0.92
HSL 138.75º 0.62% 0.05% -
HSV(B) 138.75º 0.76% 0.08% -
XYZ 0.39 0.59 0.38 -
YUV 14.96 125.2 120.89 -
System Red Green Blue C M Y K H S L
Decimal 5 21 10 0.76 0 0.52 0.92 138.75 0.62 0.05
Hex 5 15 A 4C 0 34 5C 8B 3E 5
Octal 5 25 12 114 0 64 134 213 76 5
Binary 101 10101 1010 1001100 0 110100 1011100 10001011 111110 101

Color Harmonies of #05150A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #05150A

Black with #05150A

Text Example


Text Example

White with #05150A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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