#048427

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

Shades of Forest Green #048427

Tints of Forest Green #048427

Color information

#048427 (or 0x048427) is unknown color: approx Forest Green. HEX triplet: 04, 84 and 27. RGB value is (4,132,39). Sum of RGB (Red+Green+Blue) = 4+132+39=175 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.29% from 175); Green value is 132 (51.95% from 255 or 75.43% from 175); Blue value is 39 (15.62% from 255 or 22.29% from 175); Max value from RGB is 132 - color contains mainly: green. Hex color #048427 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048427 is #FB7BD8. Grayscale: #535353. Windows color (decimal): -16481241 or 2589700. OLE color: 2589700.

HSL color Cylindrical-coordinate representation of color #048427: hue angle of 136.41º 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 #048427 is Cyan = 0.97, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.48.

Color convert

RGB413239-
CMYK0.9700.700.48
HSL136.41º94.12%26.67%-
HSV(B)136.41º96.97%51.76%-
XYZ8.6716.674.68-
YUV83.13103.0971.56-

RGB Variations

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

RGB

RED value IS 4 (1.95% from 255) = 2.29%
GREEN value IS 132 (51.95% from 255) = 75.43%
BLUE value IS 39 (15.62% from 255) = 22.29%
R=2.29%
G=75.43%
B=22.29%

CMYK

C (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.70
K (Black) values IS 0.48
SystemRedGreenBlueCMYKHSL
Decimal4132390.9700.700.48136.4194.1226.67
Hex484276104630885e1b
Octal42044714101066021013633
Binary1001000010010011111000010100011011000010001000101111011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048427

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #048427; }

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

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

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

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

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

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

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

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