#12211C

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

Shades of Dark Green #12211C

Tints of Dark Green #12211C

Color information

#12211C (or 0x12211C) is unknown color: approx Dark Green. HEX triplet: 12, 21 and 1C. RGB value is (18,33,28). Sum of RGB (Red+Green+Blue) = 18+33+28=79 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.78% from 79); Green value is 33 (13.28% from 255 or 41.77% from 79); Blue value is 28 (11.33% from 255 or 35.44% from 79); Max value from RGB is 33 - color contains mainly: green. Hex color #12211C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12211C is #EDDEE3. Grayscale: #1B1B1B. Windows color (decimal): -15589092 or 1843474. OLE color: 1843474.

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

Color convert

RGB183328-
CMYK0.4500.150.87
HSL160º29.41%10%-
HSV(B)160º45.45%12.94%-
XYZ11.31.3-
YUV27.94128.03120.91-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.78%
GREEN value IS 33 (13.28% from 255) = 41.77%
BLUE value IS 28 (11.33% from 255) = 35.44%
R=22.78%
G=41.77%
B=35.44%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833280.4500.150.8716029.4110
Hex12211C2D0F57a01da
Octal224134550171272403512
Binary100101000011110010110101111101011110100000111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12211C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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