Html Css Color HEX #061E12 Dark Green

📋 copy color: '#061E12'

red 6 ◦ green 30 ◦ blue 18

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

Shades of Dark Green #061E12

Tints of Dark Green #061E12

RGB

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

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

 BLUE value IS 18 (7.42% from 255) = 33.33%

R = 11.11%
G = 55.56%
B = 33.33%

CMYK

 C value IS 0.80

 M value IS 0

 Y value IS 0.40

 K value IS 0.88

RGB Variations

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

Color information

#061E12 (or 0x061E12) is known color: Dark Green. HEX triplet: 06, 1E and 12. RGB value is (6,30,18). Sum of RGB (Red+Green+Blue) = 6+30+18=54 (7% of max value = 765). Red value is 6 (2.73% from 255 or 11.11% from 54); Green value is 30 (12.11% from 255 or 55.56% from 54); Blue value is 18 (7.42% from 255 or 33.33% from 54); Max value from RGB is 30 - color contains mainly: green. Hex color #061E12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061E12 is #F9E1ED. Grayscale: #151515. Windows color (decimal): -16376302 or 1187334. OLE color: 1187334.

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

Color convert

RGB 6 30 18 -
CMYK 0.80 0 0.40 0.88
HSL 150º 0.67% 0.07% -
HSV(B) 150º 0.8% 0.12% -
XYZ 0.65 1.01 0.73 -
YUV 21.46 126.05 116.98 -
System Red Green Blue C M Y K H S L
Decimal 6 30 18 0.80 0 0.40 0.88 150 0.67 0.07
Hex 6 1E 12 50 0 28 58 96 43 7
Octal 6 36 22 120 0 50 130 226 103 7
Binary 110 11110 10010 1010000 0 101000 1011000 10010110 1000011 111

Color Harmonies of #061E12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061E12

Black with #061E12

Text Example


Text Example

White with #061E12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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