Html Css Color HEX #12201C Dark Green

📋 copy color: '#12201C'

red 18 ◦ green 32 ◦ blue 28

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

Shades of Dark Green #12201C

Tints of Dark Green #12201C

RGB

 RED value IS 18 (7.42% from 255) = 23.08%

 GREEN value IS 32 (12.89% from 255) = 41.03%

 BLUE value IS 28 (11.33% from 255) = 35.9%

R = 23.08%
G = 41.03%
B = 35.9%

CMYK

 C value IS 0.44

 M value IS 0

 Y value IS 0.12

 K value IS 0.87

RGB Variations

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

Color information

#12201C (or 0x12201C) is known color: Dark Green. HEX triplet: 12, 20 and 1C. RGB value is (18,32,28). Sum of RGB (Red+Green+Blue) = 18+32+28=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 32 (12.89% from 255 or 41.03% from 78); Blue value is 28 (11.33% from 255 or 35.90% from 78); Max value from RGB is 32 - color contains mainly: green. Hex color #12201C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12201C is #EDDFE3. Grayscale: #1B1B1B. Windows color (decimal): -15589348 or 1843218. OLE color: 1843218.

HSL color Cylindrical-coordinate representation of color #12201C: hue angle of 162.86º degrees, saturation: 0.28, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.13% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #12201C is Cyan = 0.44, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.87.

Color convert

RGB 18 32 28 -
CMYK 0.44 0 0.12 0.87
HSL 162.86º 0.28% 0.1% -
HSV(B) 162.86º 0.44% 0.13% -
XYZ 0.98 1.25 1.29 -
YUV 27.36 128.36 121.33 -
System Red Green Blue C M Y K H S L
Decimal 18 32 28 0.44 0 0.12 0.87 162.86 0.28 0.1
Hex 12 20 1C 2C 0 C 57 A3 1C A
Octal 22 40 34 54 0 14 127 243 34 12
Binary 10010 100000 11100 101100 0 1100 1010111 10100011 11100 1010

Color Harmonies of #12201C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #12201C

Black with #12201C

Text Example


Text Example

White with #12201C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #12201C; }

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

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

background-color css

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

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

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

border-color css

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

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

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