Html Css Color HEX #061212 Dark Green

📋 copy color: '#061212'

red 6 ◦ green 18 ◦ blue 18

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

Shades of Dark Green #061212

Tints of Dark Green #061212

RGB

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

 GREEN value IS 18 (7.42% from 255) = 42.86%

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

R = 14.29%
G = 42.86%
B = 42.86%

CMYK

 C value IS 0.67

 M value IS 0

 Y value IS 0

 K value IS 0.93

RGB Variations

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

Color information

#061212 (or 0x061212) is known color: Dark Green. HEX triplet: 06, 12 and 12. RGB value is (6,18,18). Sum of RGB (Red+Green+Blue) = 6+18+18=42 (5% of max value = 765). Red value is 6 (2.73% from 255 or 14.29% from 42); Green value is 18 (7.42% from 255 or 42.86% from 42); Blue value is 18 (7.42% from 255 or 42.86% from 42); Max value from RGB is 18 - color contains mainly: green, blue. Hex color #061212 is not a web safe color. Web safe color analog (approx): #000000. Inversed color of #061212 is #F9EDED. Grayscale: #0E0E0E. Windows color (decimal): -16379374 or 1184262. OLE color: 1184262.

HSL color Cylindrical-coordinate representation of color #061212: hue angle of 180º degrees, saturation: 0.5, lightness: 0.05%. HSV value (or HSB Brightness) of color is 0.07% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #061212 is Cyan = 0.67, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.93.

Color convert

RGB 6 18 18 -
CMYK 0.67 0 0 0.93
HSL 180º 0.5% 0.05% -
HSV(B) 180º 0.67% 0.07% -
XYZ 0.4 0.52 0.65 -
YUV 14.41 130.02 122 -
System Red Green Blue C M Y K H S L
Decimal 6 18 18 0.67 0 0 0.93 180 0.5 0.05
Hex 6 12 12 43 0 0 5D B4 32 5
Octal 6 22 22 103 0 0 135 264 62 5
Binary 110 10010 10010 1000011 0 0 1011101 10110100 110010 101

Color Harmonies of #061212

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #061212

Black with #061212

Text Example


Text Example

White with #061212

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #061212; }

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

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

background-color css

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

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

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

border-color css

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

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

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