Html Css Color HEX #048528 Forest Green

📋 copy color: '#048528'

red 4 ◦ green 133 ◦ blue 40

#048528
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Forest Green #048528

Tints of Forest Green #048528

RGB

 RED value IS 4 (1.95% from 255) = 2.26%

 GREEN value IS 133 (52.34% from 255) = 75.14%

 BLUE value IS 40 (16.02% from 255) = 22.6%

R = 2.26%
G = 75.14%
B = 22.6%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.70

 K value IS 0.48

RGB Variations

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

Color information

#048528 (or 0x048528) is known color: Forest Green. HEX triplet: 04, 85 and 28. RGB value is (4,133,40). Sum of RGB (Red+Green+Blue) = 4+133+40=177 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.26% from 177); Green value is 133 (52.34% from 255 or 75.14% from 177); Blue value is 40 (16.02% from 255 or 22.60% from 177); Max value from RGB is 133 - color contains mainly: green. Hex color #048528 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048528 is #FB7AD7. Grayscale: #545454. Windows color (decimal): -16480984 or 2655492. OLE color: 2655492.

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

Color convert

RGB 4 133 40 -
CMYK 0.97 0 0.70 0.48
HSL 136.74º 0.94% 0.27% -
HSV(B) 136.74º 0.97% 0.52% -
XYZ 8.82 16.95 4.82 -
YUV 83.83 103.26 71.06 -
System Red Green Blue C M Y K H S L
Decimal 4 133 40 0.97 0 0.70 0.48 136.74 0.94 0.27
Hex 4 85 28 61 0 46 30 89 5E 1B
Octal 4 205 50 141 0 106 60 211 136 33
Binary 100 10000101 101000 1100001 0 1000110 110000 10001001 1011110 11011

Color Harmonies of #048528

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048528

Black with #048528

Text Example


Text Example

White with #048528

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048528; }

 p { color: rgb(4,133,40); }

 H1.HeaderClassName
 {
   color: #048528;
 }
 .AnyTagClassName
 {
   color: #048528;
 }
</style>

background-color css

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

 a { background-color: rgb(4,133,40); }

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

border-color css

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

 span { border-color: rgb(4,133,40); }

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