#12221E

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

Shades of Dark Green #12221E

Tints of Dark Green #12221E

Color information

#12221E (or 0x12221E) is unknown color: approx Dark Green. HEX triplet: 12, 22 and 1E. RGB value is (18,34,30). Sum of RGB (Red+Green+Blue) = 18+34+30=82 (10% of max value = 765). Red value is 18 (7.42% from 255 or 21.95% from 82); Green value is 34 (13.67% from 255 or 41.46% from 82); Blue value is 30 (12.11% from 255 or 36.59% from 82); Max value from RGB is 34 - color contains mainly: green. Hex color #12221E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12221E is #EDDDE1. Grayscale: #1C1C1C. Windows color (decimal): -15588834 or 1974802. OLE color: 1974802.

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

Color convert

RGB183430-
CMYK0.4700.120.87
HSL165º30.77%10.2%-
HSV(B)165º47.06%13.33%-
XYZ1.061.371.44-
YUV28.76128.7120.33-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.95%
GREEN value IS 34 (13.67% from 255) = 41.46%
BLUE value IS 30 (12.11% from 255) = 36.59%
R=21.95%
G=41.46%
B=36.59%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.87
SystemRedGreenBlueCMYKHSL
Decimal1834300.4700.120.8716530.7710.2
Hex12221E2F0C57a51fa
Octal224236570141272453712
Binary100101000101111010111101100101011110100101111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12221E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12221E; }

 p { color: rgb(18,34,30); }

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

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

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

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

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

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

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