#12231C

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

Shades of Dark Green #12231C

Tints of Dark Green #12231C

Color information

#12231C (or 0x12231C) is unknown color: approx Dark Green. HEX triplet: 12, 23 and 1C. RGB value is (18,35,28). Sum of RGB (Red+Green+Blue) = 18+35+28=81 (10% of max value = 765). Red value is 18 (7.42% from 255 or 22.22% from 81); Green value is 35 (14.06% from 255 or 43.21% from 81); Blue value is 28 (11.33% from 255 or 34.57% from 81); Max value from RGB is 35 - color contains mainly: green. Hex color #12231C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12231C is #EDDCE3. Grayscale: #1D1D1D. Windows color (decimal): -15588580 or 1843986. OLE color: 1843986.

HSL color Cylindrical-coordinate representation of color #12231C: hue angle of 155.29º degrees, saturation: 0.32, lightness: 0.1%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #12231C is Cyan = 0.49, Magento = 0, Yellow = 0.20 and Black (K on CMYK) = 0.86.

Color convert

RGB183528-
CMYK0.4900.200.86
HSL155.29º32.08%10.39%-
HSV(B)155.29º48.57%13.73%-
XYZ1.061.411.32-
YUV29.12127.37120.07-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 22.22%
GREEN value IS 35 (14.06% from 255) = 43.21%
BLUE value IS 28 (11.33% from 255) = 34.57%
R=22.22%
G=43.21%
B=34.57%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0
Y (Yellow) values IS 0.20
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1835280.4900.200.86155.2932.0810.39
Hex12231C31014569b20a
Octal224334610241262334012
Binary10010100011111001100010101001010110100110111000001010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12231C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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