#049E26

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

Shades of Forest Green #049E26

Tints of Forest Green #049E26

Color information

#049E26 (or 0x049E26) is unknown color: approx Forest Green. HEX triplet: 04, 9E and 26. RGB value is (4,158,38). Sum of RGB (Red+Green+Blue) = 4+158+38=200 (26% of max value = 765). Red value is 4 (1.95% from 255 or 2% from 200); Green value is 158 (62.11% from 255 or 79% from 200); Blue value is 38 (15.23% from 255 or 19% from 200); Max value from RGB is 158 - color contains mainly: green. Hex color #049E26 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049E26 is #FB61D9. Grayscale: #626262. Windows color (decimal): -16474586 or 2530820. OLE color: 2530820.

HSL color Cylindrical-coordinate representation of color #049E26: hue angle of 133.25º degrees, saturation: 0.95, lightness: 0.32%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049E26 is Cyan = 0.97, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.38.

Color convert

RGB415838-
CMYK0.9700.760.38
HSL133.25º95.06%31.76%-
HSV(B)133.25º97.47%61.96%-
XYZ12.6324.625.92-
YUV98.2793.9860.76-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2%
GREEN value IS 158 (62.11% from 255) = 79%
BLUE value IS 38 (15.23% from 255) = 19%
R=2%
G=79%
B=19%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.76
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal4158380.9700.760.38133.2595.0631.76
Hex49E266104C26855f20
Octal42364614101144620513740
Binary10010011110100110110000101001100100110100001011011111100000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049E26

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049E26; }

 p { color: rgb(4,158,38); }

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

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

 a { background-color: rgb(4,158,38); }

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

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

 span { border-color: rgb(4,158,38); }

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