Html Css Color HEX #051A0F Dark Green

📋 copy color: '#051A0F'

red 5 ◦ green 26 ◦ blue 15

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

Shades of Dark Green #051A0F

Tints of Dark Green #051A0F

RGB

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

 GREEN value IS 26 (10.55% from 255) = 56.52%

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

R = 10.87%
G = 56.52%
B = 32.61%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.42

 K value IS 0.90

RGB Variations

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

Color information

#051A0F (or 0x051A0F) is known color: Dark Green. HEX triplet: 05, 1A and 0F. RGB value is (5,26,15). Sum of RGB (Red+Green+Blue) = 5+26+15=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 26 (10.55% from 255 or 56.52% from 46); Blue value is 15 (6.25% from 255 or 32.61% from 46); Max value from RGB is 26 - color contains mainly: green. Hex color #051A0F is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051A0F is #FAE5F0. Grayscale: #121212. Windows color (decimal): -16442865 or 989701. OLE color: 989701.

HSL color Cylindrical-coordinate representation of color #051A0F: hue angle of 148.57º degrees, saturation: 0.68, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051A0F is Cyan = 0.81, Magento = 0, Yellow = 0.42 and Black (K on CMYK) = 0.90.

Color convert

RGB 5 26 15 -
CMYK 0.81 0 0.42 0.90
HSL 148.57º 0.68% 0.06% -
HSV(B) 148.57º 0.81% 0.1% -
XYZ 0.52 0.81 0.58 -
YUV 18.47 126.04 118.39 -
System Red Green Blue C M Y K H S L
Decimal 5 26 15 0.81 0 0.42 0.90 148.57 0.68 0.06
Hex 5 1A F 51 0 2A 5A 95 44 6
Octal 5 32 17 121 0 52 132 225 104 6
Binary 101 11010 1111 1010001 0 101010 1011010 10010101 1000100 110

Color Harmonies of #051A0F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051A0F

Black with #051A0F

Text Example


Text Example

White with #051A0F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #051A0F; }

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

 H1.HeaderClassName
 {
   color: #051A0F;
 }
 .AnyTagClassName
 {
   color: #051A0F;
 }
</style>

background-color css

<style>
 a { background-color: #051A0F; }

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

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

border-color css

<style>
 span { border-color: #051A0F; }

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

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