Html Css Color HEX #051B13 Dark Green

📋 copy color: '#051B13'

red 5 ◦ green 27 ◦ blue 19

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

Shades of Dark Green #051B13

Tints of Dark Green #051B13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 37.25%

R = 9.8%
G = 52.94%
B = 37.25%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.30

 K value IS 0.89

RGB Variations

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

Color information

#051B13 (or 0x051B13) is known color: Dark Green. HEX triplet: 05, 1B and 13. RGB value is (5,27,19). Sum of RGB (Red+Green+Blue) = 5+27+19=51 (6% of max value = 765). Red value is 5 (2.34% from 255 or 9.80% from 51); Green value is 27 (10.94% from 255 or 52.94% from 51); Blue value is 19 (7.81% from 255 or 37.25% from 51); Max value from RGB is 27 - color contains mainly: green. Hex color #051B13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B13 is #FAE4EC. Grayscale: #131313. Windows color (decimal): -16442605 or 1252101. OLE color: 1252101.

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

Color convert

RGB 5 27 19 -
CMYK 0.81 0 0.30 0.89
HSL 158.18º 0.69% 0.06% -
HSV(B) 158.18º 0.81% 0.11% -
XYZ 0.57 0.86 0.75 -
YUV 19.51 127.71 117.65 -
System Red Green Blue C M Y K H S L
Decimal 5 27 19 0.81 0 0.30 0.89 158.18 0.69 0.06
Hex 5 1B 13 51 0 1E 59 9E 45 6
Octal 5 33 23 121 0 36 131 236 105 6
Binary 101 11011 10011 1010001 0 11110 1011001 10011110 1000101 110

Color Harmonies of #051B13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B13

Black with #051B13

Text Example


Text Example

White with #051B13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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