#12261F

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

Shades of Dark Green #12261F

Tints of Dark Green #12261F

Color information

#12261F (or 0x12261F) is unknown color: approx Dark Green. HEX triplet: 12, 26 and 1F. RGB value is (18,38,31). Sum of RGB (Red+Green+Blue) = 18+38+31=87 (11% of max value = 765). Red value is 18 (7.42% from 255 or 20.69% from 87); Green value is 38 (15.23% from 255 or 43.68% from 87); Blue value is 31 (12.5% from 255 or 35.63% from 87); Max value from RGB is 38 - color contains mainly: green. Hex color #12261F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #12261F is #EDD9E0. Grayscale: #1F1F1F. Windows color (decimal): -15587809 or 2041362. OLE color: 2041362.

HSL color Cylindrical-coordinate representation of color #12261F: hue angle of 159º 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 #12261F is Cyan = 0.53, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.85.

Color convert

RGB183831-
CMYK0.5300.180.85
HSL159º35.71%10.98%-
HSV(B)159º52.63%14.9%-
XYZ1.191.611.55-
YUV31.22127.87118.57-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 20.69%
GREEN value IS 38 (15.23% from 255) = 43.68%
BLUE value IS 31 (12.5% from 255) = 35.63%
R=20.69%
G=43.68%
B=35.63%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.85
SystemRedGreenBlueCMYKHSL
Decimal1838310.5300.180.8515935.7110.98
Hex12261F35012559f24b
Octal224637650221252374413
Binary10010100110111111101010100101010101100111111001001011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #12261F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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