#12241F

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

Shades of Dark Green #12241F

Tints of Dark Green #12241F

Color information

#12241F (or 0x12241F) is unknown color: approx Dark Green. HEX triplet: 12, 24 and 1F. RGB value is (18,36,31). Sum of RGB (Red+Green+Blue) = 18+36+31=85 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.18% from 85); Green value is 36 (14.45% from 255 or 42.35% from 85); Blue value is 31 (12.5% from 255 or 36.47% from 85); Max value from RGB is 36 - color contains mainly: green. Hex color #12241F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12241F is #EDDBE0. Grayscale: #1E1E1E. Windows color (decimal): -15588321 or 2040850. OLE color: 2040850.

HSL color Cylindrical-coordinate representation of color #12241F: hue angle of 163.33º degrees, saturation: 0.33, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.14% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #12241F is Cyan = 0.5, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.86.

Color convert

RGB183631-
CMYK0.500.140.86
HSL163.33º33.33%10.59%-
HSV(B)163.33º50%14.12%-
XYZ1.131.491.52-
YUV30.05128.54119.41-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.18%
GREEN value IS 36 (14.45% from 255) = 42.35%
BLUE value IS 31 (12.5% from 255) = 36.47%
R=21.18%
G=42.35%
B=36.47%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836310.500.140.86163.3333.3310.59
Hex12241F320E56a321b
Octal224437620161262434113
Binary1001010010011111110010011101010110101000111000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12241F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #12241F; }

 p { color: rgb(18,36,31); }

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

<style>
 a { background-color: #12241F; }

 a { background-color: rgb(18,36,31); }

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

<style>
 span { border-color: #12241F; }

 span { border-color: rgb(18,36,31); }

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