#123026

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

Shades of Dark Green #123026

Tints of Dark Green #123026

Color information

#123026 (or 0x123026) is unknown color: approx Dark Green. HEX triplet: 12, 30 and 26. RGB value is (18,48,38). Sum of RGB (Red+Green+Blue) = 18+48+38=104 (13% of max value = 765). Red value is 18 (7.42% from 255 or 17.31% from 104); Green value is 48 (19.14% from 255 or 46.15% from 104); Blue value is 38 (15.23% from 255 or 36.54% from 104); Max value from RGB is 48 - color contains mainly: green. Hex color #123026 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #123026 is #EDCFD9. Grayscale: #252525. Windows color (decimal): -15585242 or 2502674. OLE color: 2502674.

HSL color Cylindrical-coordinate representation of color #123026: hue angle of 160º degrees, saturation: 0.45, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.19% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #123026 is Cyan = 0.63, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.81.

Color convert

RGB184838-
CMYK0.6300.210.81
HSL160º45.45%12.94%-
HSV(B)160º62.5%18.82%-
XYZ1.662.382.21-
YUV37.89128.06113.81-

RGB Variations

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

RGB

RED value IS 18 (7.42% from 255) = 17.31%
GREEN value IS 48 (19.14% from 255) = 46.15%
BLUE value IS 38 (15.23% from 255) = 36.54%
R=17.31%
G=46.15%
B=36.54%

CMYK

C (Cyan) values IS 0.63
M (Magenta) values IS 0
Y (Yellow) values IS 0.21
K (Black) values IS 0.81
SystemRedGreenBlueCMYKHSL
Decimal1848380.6300.210.8116045.4512.94
Hex1230263F01551a02dd
Octal226046770251212405515
Binary100101100001001101111110101011010001101000001011011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #123026

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #123026; }

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

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

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

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

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

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

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

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