#12211B

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

Shades of Dark Green #12211B

Tints of Dark Green #12211B

Color information

#12211B (or 0x12211B) is unknown color: approx Dark Green. HEX triplet: 12, 21 and 1B. RGB value is (18,33,27). Sum of RGB (Red+Green+Blue) = 18+33+27=78 (10% of max value = 765). Red value is 18 (7.42% from 255 or 23.08% from 78); Green value is 33 (13.28% from 255 or 42.31% from 78); Blue value is 27 (10.94% from 255 or 34.62% from 78); Max value from RGB is 33 - color contains mainly: green. Hex color #12211B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12211B is #EDDEE4. Grayscale: #1B1B1B. Windows color (decimal): -15589093 or 1777938. OLE color: 1777938.

HSL color Cylindrical-coordinate representation of color #12211B: hue angle of 156º 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 #12211B is Cyan = 0.45, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.87.

Color convert

RGB183327-
CMYK0.4500.180.87
HSL156º29.41%10%-
HSV(B)156º45.45%12.94%-
XYZ0.991.31.23-
YUV27.83127.53120.99-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 23.08%
GREEN value IS 33 (13.28% from 255) = 42.31%
BLUE value IS 27 (10.94% from 255) = 34.62%
R=23.08%
G=42.31%
B=34.62%

CMYK

C (Cyan) values IS 0.45
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1833270.4500.180.8715629.4110
Hex12211B2D012579c1da
Octal224133550221272343512
Binary1001010000111011101101010010101011110011100111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12211B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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