#018825

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

Shades of Forest Green #018825

Tints of Forest Green #018825

Color information

#018825 (or 0x018825) is unknown color: approx Forest Green. HEX triplet: 01, 88 and 25. RGB value is (1,136,37). Sum of RGB (Red+Green+Blue) = 1+136+37=174 (23% of max value = 765). Red value is 1 (0.78% from 255 or 0.57% from 174); Green value is 136 (53.52% from 255 or 78.16% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 136 - color contains mainly: green. Hex color #018825 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #018825 is #FE77DA. Grayscale: #545454. Windows color (decimal): -16676827 or 2459649. OLE color: 2459649.

HSL color Cylindrical-coordinate representation of color #018825: hue angle of 136º degrees, saturation: 0.99, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018825 is Cyan = 0.99, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.47.

Color convert

RGB113637-
CMYK0.9900.730.47
HSL136º98.54%26.86%-
HSV(B)136º99.26%53.33%-
XYZ9.1517.754.69-
YUV84.35101.2768.55-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.57%
GREEN value IS 136 (53.52% from 255) = 78.16%
BLUE value IS 37 (14.84% from 255) = 21.26%
R=0.57%
G=78.16%
B=21.26%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.73
K (Black) values IS 0.47
SystemRedGreenBlueCMYKHSL
Decimal1136370.9900.730.4713698.5426.86
Hex18825630492F88631b
Octal12104514301115721014333
Binary11000100010010111000110100100110111110001000110001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #018825

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #018825; }

 p { color: rgb(1,136,37); }

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

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

 a { background-color: rgb(1,136,37); }

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

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

 span { border-color: rgb(1,136,37); }

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