#018D26

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

Shades of Forest Green #018D26

Tints of Forest Green #018D26

Color information

#018D26 (or 0x018D26) is unknown color: approx Forest Green. HEX triplet: 01, 8D and 26. RGB value is (1,141,38). Sum of RGB (Red+Green+Blue) = 1+141+38=180 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.56% from 180); Green value is 141 (55.47% from 255 or 78.33% from 180); Blue value is 38 (15.23% from 255 or 21.11% from 180); Max value from RGB is 141 - color contains mainly: green. Hex color #018D26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018D26 is #FE72D9. Grayscale: #575757. Windows color (decimal): -16675546 or 2526465. OLE color: 2526465.

HSL color Cylindrical-coordinate representation of color #018D26: hue angle of 135.86º degrees, saturation: 0.99, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018D26 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.45.

Color convert

RGB114138-
CMYK0.9900.730.45
HSL135.86º98.59%27.84%-
HSV(B)135.86º99.29%55.29%-
XYZ9.8919.25.02-
YUV87.4100.1266.38-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.56%
GREEN value IS 141 (55.47% from 255) = 78.33%
BLUE value IS 38 (15.23% from 255) = 21.11%
R=0.56%
G=78.33%
B=21.11%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.45
SystemRedGreenBlueCMYKHSL
Decimal1141380.9900.730.45135.8698.5927.84
Hex18D26630492D88631c
Octal12154614301115521014334
Binary11000110110011011000110100100110110110001000110001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018D26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018D26; }

 p { color: rgb(1,141,38); }

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

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

 a { background-color: rgb(1,141,38); }

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

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

 span { border-color: rgb(1,141,38); }

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