Html Css Color HEX #061F14 Dark Green

📋 copy color: '#061F14'

red 6 ◦ green 31 ◦ blue 20

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

Shades of Dark Green #061F14

Tints of Dark Green #061F14

RGB

 RED value IS 6 (2.73% from 255) = 10.53%

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

 BLUE value IS 20 (8.2% from 255) = 35.09%

R = 10.53%
G = 54.39%
B = 35.09%

CMYK

 C value IS 0.81

 M value IS 0

 Y value IS 0.35

 K value IS 0.88

RGB Variations

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

Color information

#061F14 (or 0x061F14) is known color: Dark Green. HEX triplet: 06, 1F and 14. RGB value is (6,31,20). Sum of RGB (Red+Green+Blue) = 6+31+20=57 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.53% from 57); Green value is 31 (12.5% from 255 or 54.39% from 57); Blue value is 20 (8.20% from 255 or 35.09% from 57); Max value from RGB is 31 - color contains mainly: green. Hex color #061F14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061F14 is #F9E0EB. Grayscale: #161616. Windows color (decimal): -16376044 or 1318662. OLE color: 1318662.

HSL color Cylindrical-coordinate representation of color #061F14: hue angle of 153.6º degrees, saturation: 0.68, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #061F14 is Cyan = 0.81, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 31 20 -
CMYK 0.81 0 0.35 0.88
HSL 153.6º 0.68% 0.07% -
HSV(B) 153.6º 0.81% 0.12% -
XYZ 0.69 1.07 0.83 -
YUV 22.27 126.72 116.39 -
System Red Green Blue C M Y K H S L
Decimal 6 31 20 0.81 0 0.35 0.88 153.6 0.68 0.07
Hex 6 1F 14 51 0 23 58 9A 44 7
Octal 6 37 24 121 0 43 130 232 104 7
Binary 110 11111 10100 1010001 0 100011 1011000 10011010 1000100 111

Color Harmonies of #061F14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061F14

Black with #061F14

Text Example


Text Example

White with #061F14

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061F14; }

 p { color: rgb(6,31,20); }

 H1.HeaderClassName
 {
   color: #061F14;
 }
 .AnyTagClassName
 {
   color: #061F14;
 }
</style>

background-color css

<style>
 a { background-color: #061F14; }

 a { background-color: rgb(6,31,20); }

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

border-color css

<style>
 span { border-color: #061F14; }

 span { border-color: rgb(6,31,20); }

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