#048425

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

Shades of Forest Green #048425

Tints of Forest Green #048425

Color information

#048425 (or 0x048425) is unknown color: approx Forest Green. HEX triplet: 04, 84 and 25. RGB value is (4,132,37). Sum of RGB (Red+Green+Blue) = 4+132+37=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 132 (51.95% from 255 or 76.30% from 173); Blue value is 37 (14.84% from 255 or 21.39% from 173); Max value from RGB is 132 - color contains mainly: green. Hex color #048425 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048425 is #FB7BDA. Grayscale: #535353. Windows color (decimal): -16481243 or 2458628. OLE color: 2458628.

HSL color Cylindrical-coordinate representation of color #048425: hue angle of 135.47º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048425 is Cyan = 0.97, Magento = 0, Yellow = 0.72 and Black (K on CMYK) = 0.48.

Color convert

RGB413237-
CMYK0.9700.720.48
HSL135.47º94.12%26.67%-
HSV(B)135.47º96.97%51.76%-
XYZ8.6416.664.51-
YUV82.9102.0971.72-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.31%
GREEN value IS 132 (51.95% from 255) = 76.30%
BLUE value IS 37 (14.84% from 255) = 21.39%
R=2.31%
G=76.30%
B=21.39%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.72
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4132370.9700.720.48135.4794.1226.67
Hex484256104830875e1b
Octal42044514101106020713633
Binary1001000010010010111000010100100011000010000111101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048425

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048425; }

 p { color: rgb(4,132,37); }

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

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

 a { background-color: rgb(4,132,37); }

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

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

 span { border-color: rgb(4,132,37); }

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