#019426

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

Shades of Forest Green #019426

Tints of Forest Green #019426

Color information

#019426 (or 0x019426) is unknown color: approx Forest Green. HEX triplet: 01, 94 and 26. RGB value is (1,148,38). Sum of RGB (Red+Green+Blue) = 1+148+38=187 (24% of max value = 765). Red value is 1 (0.78% from 255 or 0.53% from 187); Green value is 148 (58.20% from 255 or 79.14% from 187); Blue value is 38 (15.23% from 255 or 20.32% from 187); Max value from RGB is 148 - color contains mainly: green. Hex color #019426 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #019426 is #FE6BD9. Grayscale: #5B5B5B. Windows color (decimal): -16673754 or 2528257. OLE color: 2528257.

HSL color Cylindrical-coordinate representation of color #019426: hue angle of 135.1º degrees, saturation: 0.99, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #019426 is Cyan = 0.99, Magento = 0, Yellow = 0.74 and Black (K on CMYK) = 0.42.

Color convert

RGB114838-
CMYK0.9900.740.42
HSL135.1º98.66%29.22%-
HSV(B)135.1º99.32%58.04%-
XYZ10.9521.335.37-
YUV91.5197.863.44-

RGB Variations

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

RGB

RED value IS 1 (0.78% from 255) = 0.53%
GREEN value IS 148 (58.20% from 255) = 79.14%
BLUE value IS 38 (15.23% from 255) = 20.32%
R=0.53%
G=79.14%
B=20.32%

CMYK

C (Cyan) values IS 0.99
M (Magenta) values IS 0
Y (Yellow) values IS 0.74
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal1148380.9900.740.42135.198.6629.22
Hex194266304A2A87631d
Octal12244614301125220714335
Binary11001010010011011000110100101010101010000111110001111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #019426

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #019426; }

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

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

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

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

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

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

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

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