Html Css Color HEX #061C12 Dark Green

📋 copy color: '#061C12'

red 6 ◦ green 28 ◦ blue 18

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

Shades of Dark Green #061C12

Tints of Dark Green #061C12

RGB

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

 GREEN value IS 28 (11.33% from 255) = 53.85%

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

R = 11.54%
G = 53.85%
B = 34.62%

CMYK

 C value IS 0.79

 M value IS 0

 Y value IS 0.36

 K value IS 0.89

RGB Variations

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

Color information

#061C12 (or 0x061C12) is known color: Dark Green. HEX triplet: 06, 1C and 12. RGB value is (6,28,18). Sum of RGB (Red+Green+Blue) = 6+28+18=52 (6% of max value = 765). Red value is 6 (2.73% from 255 or 11.54% from 52); Green value is 28 (11.33% from 255 or 53.85% from 52); Blue value is 18 (7.42% from 255 or 34.62% from 52); Max value from RGB is 28 - color contains mainly: green. Hex color #061C12 is not a web safe color. Web safe color analog (approx): #003300. Inversed color of #061C12 is #F9E3ED. Grayscale: #141414. Windows color (decimal): -16376814 or 1186822. OLE color: 1186822.

HSL color Cylindrical-coordinate representation of color #061C12: hue angle of 152.73º degrees, saturation: 0.65, lightness: 0.07%. HSV value (or HSB Brightness) of color is 0.11% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #061C12 is Cyan = 0.79, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.89.

Color convert

RGB 6 28 18 -
CMYK 0.79 0 0.36 0.89
HSL 152.73º 0.65% 0.07% -
HSV(B) 152.73º 0.79% 0.11% -
XYZ 0.6 0.91 0.72 -
YUV 20.28 126.71 117.81 -
System Red Green Blue C M Y K H S L
Decimal 6 28 18 0.79 0 0.36 0.89 152.73 0.65 0.07
Hex 6 1C 12 4F 0 24 59 99 41 7
Octal 6 34 22 117 0 44 131 231 101 7
Binary 110 11100 10010 1001111 0 100100 1011001 10011001 1000001 111

Color Harmonies of #061C12

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061C12

Black with #061C12

Text Example


Text Example

White with #061C12

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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