Html Css Color HEX #061E13 Dark Green

📋 copy color: '#061E13'

red 6 ◦ green 30 ◦ blue 19

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

Shades of Dark Green #061E13

Tints of Dark Green #061E13

RGB

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

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

 BLUE value IS 19 (7.81% from 255) = 34.55%

R = 10.91%
G = 54.55%
B = 34.55%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.37

 K value IS 0.88

RGB Variations

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

Color information

#061E13 (or 0x061E13) is known color: Dark Green. HEX triplet: 06, 1E and 13. RGB value is (6,30,19). Sum of RGB (Red+Green+Blue) = 6+30+19=55 (7% of max value = 765). Red value is 6 (2.73% from 255 or 10.91% from 55); Green value is 30 (12.11% from 255 or 54.55% from 55); Blue value is 19 (7.81% from 255 or 34.55% from 55); Max value from RGB is 30 - color contains mainly: green. Hex color #061E13 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E13 is #F9E1EC. Grayscale: #151515. Windows color (decimal): -16376301 or 1252870. OLE color: 1252870.

HSL color Cylindrical-coordinate representation of color #061E13: hue angle of 152.5º 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 #061E13 is Cyan = 0.80, Magento = 0, Yellow = 0.37 and Black (K on CMYK) = 0.88.

Color convert

RGB 6 30 19 -
CMYK 0.80 0 0.37 0.88
HSL 152.5º 0.67% 0.07% -
HSV(B) 152.5º 0.8% 0.12% -
XYZ 0.66 1.01 0.78 -
YUV 21.57 126.55 116.89 -
System Red Green Blue C M Y K H S L
Decimal 6 30 19 0.80 0 0.37 0.88 152.5 0.67 0.07
Hex 6 1E 13 50 0 25 58 98 43 7
Octal 6 36 23 120 0 45 130 230 103 7
Binary 110 11110 10011 1010000 0 100101 1011000 10011000 1000011 111

Color Harmonies of #061E13

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E13

Black with #061E13

Text Example


Text Example

White with #061E13

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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