Html Css Color HEX #051F0C Dark Green

📋 copy color: '#051F0C'

red 5 ◦ green 31 ◦ blue 12

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

Shades of Dark Green #051F0C

Tints of Dark Green #051F0C

RGB

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

 GREEN value IS 31 (12.5% from 255) = 64.58%

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

R = 10.42%
G = 64.58%
B = 25%

CMYK

 C value IS 0.84

 M value IS 0

 Y value IS 0.61

 K value IS 0.88

RGB Variations

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

Color information

#051F0C (or 0x051F0C) is known color: Dark Green. HEX triplet: 05, 1F and 0C. RGB value is (5,31,12). Sum of RGB (Red+Green+Blue) = 5+31+12=48 (6% of max value = 765). Red value is 5 (2.34% from 255 or 10.42% from 48); Green value is 31 (12.5% from 255 or 64.58% from 48); Blue value is 12 (5.08% from 255 or 25% from 48); Max value from RGB is 31 - color contains mainly: green. Hex color #051F0C is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #051F0C is #FAE0F3. Grayscale: #151515. Windows color (decimal): -16441588 or 794373. OLE color: 794373.

HSL color Cylindrical-coordinate representation of color #051F0C: hue angle of 136.15º degrees, saturation: 0.72, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #051F0C is Cyan = 0.84, Magento = 0, Yellow = 0.61 and Black (K on CMYK) = 0.88.

Color convert

RGB 5 31 12 -
CMYK 0.84 0 0.61 0.88
HSL 136.15º 0.72% 0.07% -
HSV(B) 136.15º 0.84% 0.12% -
XYZ 0.62 1.04 0.52 -
YUV 21.06 122.89 116.54 -
System Red Green Blue C M Y K H S L
Decimal 5 31 12 0.84 0 0.61 0.88 136.15 0.72 0.07
Hex 5 1F C 54 0 3D 58 88 48 7
Octal 5 37 14 124 0 75 130 210 110 7
Binary 101 11111 1100 1010100 0 111101 1011000 10001000 1001000 111

Color Harmonies of #051F0C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #051F0C

Black with #051F0C

Text Example


Text Example

White with #051F0C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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