Html Css Color HEX #051B10 Dark Green

📋 copy color: '#051B10'

red 5 ◦ green 27 ◦ blue 16

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

Shades of Dark Green #051B10

Tints of Dark Green #051B10

RGB

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

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

 BLUE value IS 16 (6.64% from 255) = 33.33%

R = 10.42%
G = 56.25%
B = 33.33%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.41

 K value IS 0.89

RGB Variations

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

Color information

#051B10 (or 0x051B10) is known color: Dark Green. HEX triplet: 05, 1B and 10. RGB value is (5,27,16). Sum of RGB (Red+Green+Blue) = 5+27+16=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 27 (10.94% from 255 or 56.25% from 48); Blue value is 16 (6.64% from 255 or 33.33% from 48); Max value from RGB is 27 - color contains mainly: green. Hex color #051B10 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B10 is #FAE4EF. Grayscale: #131313. Windows color (decimal): -16442608 or 1055493. OLE color: 1055493.

HSL color Cylindrical-coordinate representation of color #051B10: hue angle of 150º 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 #051B10 is Cyan = 0.81, Magento = 0, Yellow = 0.41 and Black (K on CMYK) = 0.89.

Color convert

RGB 5 27 16 -
CMYK 0.81 0 0.41 0.89
HSL 150º 0.69% 0.06% -
HSV(B) 150º 0.81% 0.11% -
XYZ 0.55 0.85 0.63 -
YUV 19.17 126.21 117.89 -
System Red Green Blue C M Y K H S L
Decimal 5 27 16 0.81 0 0.41 0.89 150 0.69 0.06
Hex 5 1B 10 51 0 29 59 96 45 6
Octal 5 33 20 121 0 51 131 226 105 6
Binary 101 11011 10000 1010001 0 101001 1011001 10010110 1000101 110

Color Harmonies of #051B10

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B10

Black with #051B10

Text Example


Text Example

White with #051B10

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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