Html Css Color HEX #061A12 Dark Green

📋 copy color: '#061A12'

red 6 ◦ green 26 ◦ blue 18

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

Shades of Dark Green #061A12

Tints of Dark Green #061A12

RGB

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

 GREEN value IS 26 (10.55% from 255) = 52%

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

R = 12%
G = 52%
B = 36%

CMYK

 C value IS 0.77

 M value IS 0

 Y value IS 0.31

 K value IS 0.90

RGB Variations

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

Color information

#061A12 (or 0x061A12) is known color: Dark Green. HEX triplet: 06, 1A and 12. RGB value is (6,26,18). Sum of RGB (Red+Green+Blue) = 6+26+18=50 (6% of max value = 765). Red value is 6 (2.73% from 255 or 12% from 50); Green value is 26 (10.55% from 255 or 52% from 50); Blue value is 18 (7.42% from 255 or 36% from 50); Max value from RGB is 26 - color contains mainly: green. Hex color #061A12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061A12 is #F9E5ED. Grayscale: #131313. Windows color (decimal): -16377326 or 1186310. OLE color: 1186310.

HSL color Cylindrical-coordinate representation of color #061A12: hue angle of 156º degrees, saturation: 0.62, lightness: 0.06%. HSV value (or HSB Brightness) of color is 0.1% and HSV saturation: 0.77%. Process color model (Four color, CMYK) of #061A12 is Cyan = 0.77, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.90.

Color convert

RGB 6 26 18 -
CMYK 0.77 0 0.31 0.90
HSL 156º 0.63% 0.06% -
HSV(B) 156º 0.77% 0.1% -
XYZ 0.55 0.82 0.7 -
YUV 19.11 127.37 118.65 -
System Red Green Blue C M Y K H S L
Decimal 6 26 18 0.77 0 0.31 0.90 156 0.63 0.06
Hex 6 1A 12 4D 0 1F 5A 9C 3E 6
Octal 6 32 22 115 0 37 132 234 76 6
Binary 110 11010 10010 1001101 0 11111 1011010 10011100 111110 110

Color Harmonies of #061A12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061A12

Black with #061A12

Text Example


Text Example

White with #061A12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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