#12201A

Color #12201A Dark Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Dark Green #12201A

Tints of Dark Green #12201A

Color information

#12201A (or 0x12201A) is unknown color: approx Dark Green. HEX triplet: 12, 20 and 1A. RGB value is (18,32,26). Sum of RGB (Red+Green+Blue) = 18+32+26=76 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.68% from 76); Green value is 32 (12.89% from 255 or 42.11% from 76); Blue value is 26 (10.55% from 255 or 34.21% from 76); Max value from RGB is 32 - color contains mainly: green. Hex color #12201A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12201A is #EDDFE5. Grayscale: #1B1B1B. Windows color (decimal): -15589350 or 1712146. OLE color: 1712146.

HSL color Cylindrical-coordinate representation of color #12201A: hue angle of 154.29º 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 #12201A is Cyan = 0.44, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.87.

Color convert

RGB183226-
CMYK0.4400.190.87
HSL154.29º28%9.8%-
HSV(B)154.29º43.75%12.55%-
XYZ0.951.241.17-
YUV27.13127.36121.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.68%
GREEN value IS 32 (12.89% from 255) = 42.11%
BLUE value IS 26 (10.55% from 255) = 34.21%
R=23.68%
G=42.11%
B=34.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1832260.4400.190.87154.29289.8
Hex12201A2C013579a1ca
Octal224032540231272323412
Binary1001010000011010101100010011101011110011010111001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12201A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #12201A;
 }
 .AnyTagClassName
 {
   color: #12201A;
 }
</style>
background-color css

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

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

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

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

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

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