Html Css Color HEX #061E14 Dark Green

📋 copy color: '#061E14'

red 6 ◦ green 30 ◦ blue 20

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

Shades of Dark Green #061E14

Tints of Dark Green #061E14

RGB

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

 GREEN value IS 30 (12.11% from 255) = 53.57%

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

R = 10.71%
G = 53.57%
B = 35.71%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.33

 K value IS 0.88

RGB Variations

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

Color information

#061E14 (or 0x061E14) is known color: Dark Green. HEX triplet: 06, 1E and 14. RGB value is (6,30,20). Sum of RGB (Red+Green+Blue) = 6+30+20=56 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.71% from 56); Green value is 30 (12.11% from 255 or 53.57% from 56); Blue value is 20 (8.20% from 255 or 35.71% from 56); Max value from RGB is 30 - color contains mainly: green. Hex color #061E14 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E14 is #F9E1EB. Grayscale: #151515. Windows color (decimal): -16376300 or 1318406. OLE color: 1318406.

HSL color Cylindrical-coordinate representation of color #061E14: hue angle of 155º degrees, saturation: 0.67, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.12% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #061E14 is Cyan = 0.80, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 30 20 -
CMYK 0.80 0 0.33 0.88
HSL 155º 0.67% 0.07% -
HSV(B) 155º 0.8% 0.12% -
XYZ 0.67 1.02 0.82 -
YUV 21.68 127.05 116.81 -
System Red Green Blue C M Y K H S L
Decimal 6 30 20 0.80 0 0.33 0.88 155 0.67 0.07
Hex 6 1E 14 50 0 21 58 9B 43 7
Octal 6 36 24 120 0 41 130 233 103 7
Binary 110 11110 10100 1010000 0 100001 1011000 10011011 1000011 111

Color Harmonies of #061E14

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E14

Black with #061E14

Text Example


Text Example

White with #061E14

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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