Html Css Color HEX #051B0E Dark Green

📋 copy color: '#051B0E'

red 5 ◦ green 27 ◦ blue 14

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

Shades of Dark Green #051B0E

Tints of Dark Green #051B0E

RGB

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

 GREEN value IS 27 (10.94% from 255) = 58.7%

 BLUE value IS 14 (5.86% from 255) = 30.43%

R = 10.87%
G = 58.7%
B = 30.43%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.48

 K value IS 0.89

RGB Variations

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

Color information

#051B0E (or 0x051B0E) is known color: Dark Green. HEX triplet: 05, 1B and 0E. RGB value is (5,27,14). Sum of RGB (Red+Green+Blue) = 5+27+14=46 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.87% from 46); Green value is 27 (10.94% from 255 or 58.70% from 46); Blue value is 14 (5.86% from 255 or 30.43% from 46); Max value from RGB is 27 - color contains mainly: green. Hex color #051B0E is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B0E is #FAE4F1. Grayscale: #121212. Windows color (decimal): -16442610 or 924421. OLE color: 924421.

HSL color Cylindrical-coordinate representation of color #051B0E: hue angle of 144.55º degrees, saturation: 0.69, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #051B0E is Cyan = 0.81, Magento = 0, Yellow = 0.48 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 27 14 -
CMYK 0.81 0 0.48 0.89
HSL 144.55º 0.69% 0.06% -
HSV(B) 144.55º 0.81% 0.11% -
XYZ 0.53 0.85 0.55 -
YUV 18.94 125.21 118.06 -
System Red Green Blue C M Y K H S L
Decimal 5 27 14 0.81 0 0.48 0.89 144.55 0.69 0.06
Hex 5 1B E 51 0 30 59 91 45 6
Octal 5 33 16 121 0 60 131 221 105 6
Binary 101 11011 1110 1010001 0 110000 1011001 10010001 1000101 110

Color Harmonies of #051B0E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B0E

Black with #051B0E

Text Example


Text Example

White with #051B0E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(5,27,14); }

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

background-color css

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

 a { background-color: rgb(5,27,14); }

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

border-color css

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

 span { border-color: rgb(5,27,14); }

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