#12261E

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

Shades of Dark Green #12261E

Tints of Dark Green #12261E

Color information

#12261E (or 0x12261E) is unknown color: approx Dark Green. HEX triplet: 12, 26 and 1E. RGB value is (18,38,30). Sum of RGB (Red+Green+Blue) = 18+38+30=86 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.93% from 86); Green value is 38 (15.23% from 255 or 44.19% from 86); Blue value is 30 (12.11% from 255 or 34.88% from 86); Max value from RGB is 38 - color contains mainly: green. Hex color #12261E is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12261E is #EDD9E1. Grayscale: #1F1F1F. Windows color (decimal): -15587810 or 1975826. OLE color: 1975826.

HSL color Cylindrical-coordinate representation of color #12261E: hue angle of 156º degrees, saturation: 0.36, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.15% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #12261E is Cyan = 0.53, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.85.

Color convert

RGB183830-
CMYK0.5300.210.85
HSL156º35.71%10.98%-
HSV(B)156º52.63%14.9%-
XYZ1.181.611.48-
YUV31.11127.37118.65-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.93%
GREEN value IS 38 (15.23% from 255) = 44.19%
BLUE value IS 30 (12.11% from 255) = 34.88%
R=20.93%
G=44.19%
B=34.88%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838300.5300.210.8515635.7110.98
Hex12261E35015559c24b
Octal224636650251252344413
Binary10010100110111101101010101011010101100111001001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12261E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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