Html Css Color HEX #051B0C Dark Green

📋 copy color: '#051B0C'

red 5 ◦ green 27 ◦ blue 12

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

Shades of Dark Green #051B0C

Tints of Dark Green #051B0C

RGB

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

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

 BLUE value IS 12 (5.08% from 255) = 27.27%

R = 11.36%
G = 61.36%
B = 27.27%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.56

 K value IS 0.89

RGB Variations

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

Color information

#051B0C (or 0x051B0C) is known color: Dark Green. HEX triplet: 05, 1B and 0C. RGB value is (5,27,12). Sum of RGB (Red+Green+Blue) = 5+27+12=44 (5% of max value = 765). Red value is 5 (2.34% from 255 or 11.36% from 44); Green value is 27 (10.94% from 255 or 61.36% from 44); Blue value is 12 (5.08% from 255 or 27.27% from 44); Max value from RGB is 27 - color contains mainly: green. Hex color #051B0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051B0C is #FAE4F3. Grayscale: #121212. Windows color (decimal): -16442612 or 793349. OLE color: 793349.

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

Color convert

RGB 5 27 12 -
CMYK 0.81 0 0.56 0.89
HSL 139.09º 0.69% 0.06% -
HSV(B) 139.09º 0.81% 0.11% -
XYZ 0.52 0.84 0.48 -
YUV 18.71 124.21 118.22 -
System Red Green Blue C M Y K H S L
Decimal 5 27 12 0.81 0 0.56 0.89 139.09 0.69 0.06
Hex 5 1B C 51 0 38 59 8B 45 6
Octal 5 33 14 121 0 70 131 213 105 6
Binary 101 11011 1100 1010001 0 111000 1011001 10001011 1000101 110

Color Harmonies of #051B0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051B0C

Black with #051B0C

Text Example


Text Example

White with #051B0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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