#04942A

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

Shades of Forest Green #04942A

Tints of Forest Green #04942A

Color information

#04942A (or 0x04942A) is unknown color: approx Forest Green. HEX triplet: 04, 94 and 2A. RGB value is (4,148,42). Sum of RGB (Red+Green+Blue) = 4+148+42=194 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.06% from 194); Green value is 148 (58.20% from 255 or 76.29% from 194); Blue value is 42 (16.80% from 255 or 21.65% from 194); Max value from RGB is 148 - color contains mainly: green. Hex color #04942A is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #04942A is #FB6BD5. Grayscale: #5D5D5D. Windows color (decimal): -16477142 or 2790404. OLE color: 2790404.

HSL color Cylindrical-coordinate representation of color #04942A: hue angle of 135.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 #04942A is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.42.

Color convert

RGB414842-
CMYK0.9700.720.42
HSL135.83º94.74%29.8%-
HSV(B)135.83º97.3%58.04%-
XYZ11.0621.375.73-
YUV92.8699.2964.62-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.06%
GREEN value IS 148 (58.20% from 255) = 76.29%
BLUE value IS 42 (16.80% from 255) = 21.65%
R=2.06%
G=76.29%
B=21.65%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal4148420.9700.720.42135.8394.7429.8
Hex4942A610482A885f1e
Octal42245214101105221013736
Binary1001001010010101011000010100100010101010001000101111111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #04942A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #04942A; }

 p { color: rgb(4,148,42); }

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

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

 a { background-color: rgb(4,148,42); }

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

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

 span { border-color: rgb(4,148,42); }

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