Html Css Color HEX #048525 Forest Green

📋 copy color: '#048525'

red 4 ◦ green 133 ◦ blue 37

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

Shades of Forest Green #048525

Tints of Forest Green #048525

RGB

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

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

 BLUE value IS 37 (14.84% from 255) = 21.26%

R = 2.3%
G = 76.44%
B = 21.26%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.48

RGB Variations

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

Color information

#048525 (or 0x048525) is known color: Forest Green. HEX triplet: 04, 85 and 25. RGB value is (4,133,37). Sum of RGB (Red+Green+Blue) = 4+133+37=174 (23% of max value = 765). Red value is 4 (1.95% from 255 or 2.30% from 174); Green value is 133 (52.34% from 255 or 76.44% from 174); Blue value is 37 (14.84% from 255 or 21.26% from 174); Max value from RGB is 133 - color contains mainly: green. Hex color #048525 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048525 is #FB7ADA. Grayscale: #535353. Windows color (decimal): -16480987 or 2458884. OLE color: 2458884.

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

Color convert

RGB 4 133 37 -
CMYK 0.97 0 0.72 0.48
HSL 135.35º 0.94% 0.27% -
HSV(B) 135.35º 0.97% 0.52% -
XYZ 8.77 16.93 4.56 -
YUV 83.49 101.76 71.31 -
System Red Green Blue C M Y K H S L
Decimal 4 133 37 0.97 0 0.72 0.48 135.35 0.94 0.27
Hex 4 85 25 61 0 48 30 87 5E 1B
Octal 4 205 45 141 0 110 60 207 136 33
Binary 100 10000101 100101 1100001 0 1001000 110000 10000111 1011110 11011

Color Harmonies of #048525

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048525

Black with #048525

Text Example


Text Example

White with #048525

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048525; }

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

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

background-color css

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

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

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

border-color css

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

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

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