#12241E

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

Shades of Dark Green #12241E

Tints of Dark Green #12241E

Color information

#12241E (or 0x12241E) is unknown color: approx Dark Green. HEX triplet: 12, 24 and 1E. RGB value is (18,36,30). Sum of RGB (Red+Green+Blue) = 18+36+30=84 (11% of max value = 765). Red value is 18 (7.42% from 255 or 21.43% from 84); Green value is 36 (14.45% from 255 or 42.86% from 84); Blue value is 30 (12.11% from 255 or 35.71% from 84); Max value from RGB is 36 - color contains mainly: green. Hex color #12241E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12241E is #EDDBE1. Grayscale: #1D1D1D. Windows color (decimal): -15588322 or 1975314. OLE color: 1975314.

HSL color Cylindrical-coordinate representation of color #12241E: hue angle of 160º 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 #12241E is Cyan = 0.5, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.86.

Color convert

RGB183630-
CMYK0.500.170.86
HSL160º33.33%10.59%-
HSV(B)160º50%14.12%-
XYZ1.111.481.46-
YUV29.93128.04119.49-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 21.43%
GREEN value IS 36 (14.45% from 255) = 42.86%
BLUE value IS 30 (12.11% from 255) = 35.71%
R=21.43%
G=42.86%
B=35.71%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.86
SystemRedGreenBlueCMYKHSL
Decimal1836300.500.170.8616033.3310.59
Hex12241E3201156a021b
Octal224436620211262404113
Binary10010100100111101100100100011010110101000001000011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12241E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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