Html Css Color HEX #051B12 Dark Green

📋 copy color: '#051B12'

red 5 ◦ green 27 ◦ blue 18

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

Shades of Dark Green #051B12

Tints of Dark Green #051B12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 36%

R = 10%
G = 54%
B = 36%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.33

 K value IS 0.89

RGB Variations

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

Color information

#051B12 (or 0x051B12) is known color: Dark Green. HEX triplet: 05, 1B and 12. RGB value is (5,27,18). Sum of RGB (Red+Green+Blue) = 5+27+18=50 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10% from 50); Green value is 27 (10.94% from 255 or 54% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 27 - color contains mainly: green. Hex color #051B12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B12 is #FAE4ED. Grayscale: #131313. Windows color (decimal): -16442606 or 1186565. OLE color: 1186565.

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

Color convert

RGB 5 27 18 -
CMYK 0.81 0 0.33 0.89
HSL 155.45º 0.69% 0.06% -
HSV(B) 155.45º 0.81% 0.11% -
XYZ 0.56 0.86 0.71 -
YUV 19.4 127.21 117.73 -
System Red Green Blue C M Y K H S L
Decimal 5 27 18 0.81 0 0.33 0.89 155.45 0.69 0.06
Hex 5 1B 12 51 0 21 59 9B 45 6
Octal 5 33 22 121 0 41 131 233 105 6
Binary 101 11011 10010 1010001 0 100001 1011001 10011011 1000101 110

Color Harmonies of #051B12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B12

Black with #051B12

Text Example


Text Example

White with #051B12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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