#049523

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

Shades of Forest Green #049523

Tints of Forest Green #049523

Color information

#049523 (or 0x049523) is unknown color: approx Forest Green. HEX triplet: 04, 95 and 23. RGB value is (4,149,35). Sum of RGB (Red+Green+Blue) = 4+149+35=188 (24% of max value = 765). Red value is 4 (1.95% from 255 or 2.13% from 188); Green value is 149 (58.59% from 255 or 79.26% from 188); Blue value is 35 (14.06% from 255 or 18.62% from 188); Max value from RGB is 149 - color contains mainly: green. Hex color #049523 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #049523 is #FB6ADC. Grayscale: #5C5C5C. Windows color (decimal): -16476893 or 2331908. OLE color: 2331908.

HSL color Cylindrical-coordinate representation of color #049523: hue angle of 132.83º degrees, saturation: 0.95, lightness: 0.3%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #049523 is Cyan = 0.97, Magento = 0, Yellow = 0.77 and Black (K on CMYK) = 0.42.

Color convert

RGB414935-
CMYK0.9700.770.42
HSL132.83º94.77%30%-
HSV(B)132.83º97.32%58.43%-
XYZ11.121.645.18-
YUV92.6595.4664.77-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.13%
GREEN value IS 149 (58.59% from 255) = 79.26%
BLUE value IS 35 (14.06% from 255) = 18.62%
R=2.13%
G=79.26%
B=18.62%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.77
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4149350.9700.770.42132.8394.7730
Hex495236104D2A855f1e
Octal42254314101155220513736
Binary1001001010110001111000010100110110101010000101101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #049523

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #049523; }

 p { color: rgb(4,149,35); }

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

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

 a { background-color: rgb(4,149,35); }

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

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

 span { border-color: rgb(4,149,35); }

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