Html Css Color HEX #048124 Forest Green

📋 copy color: '#048124'

red 4 ◦ green 129 ◦ blue 36

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

Shades of Forest Green #048124

Tints of Forest Green #048124

RGB

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

 GREEN value IS 129 (50.78% from 255) = 76.33%

 BLUE value IS 36 (14.45% from 255) = 21.3%

R = 2.37%
G = 76.33%
B = 21.3%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.72

 K value IS 0.49

RGB Variations

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

Color information

#048124 (or 0x048124) is known color: Forest Green. HEX triplet: 04, 81 and 24. RGB value is (4,129,36). Sum of RGB (Red+Green+Blue) = 4+129+36=169 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.37% from 169); Green value is 129 (50.78% from 255 or 76.33% from 169); Blue value is 36 (14.45% from 255 or 21.30% from 169); Max value from RGB is 129 - color contains mainly: green. Hex color #048124 is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048124 is #FB7EDB. Grayscale: #515151. Windows color (decimal): -16482012 or 2392324. OLE color: 2392324.

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

Color convert

RGB 4 129 36 -
CMYK 0.97 0 0.72 0.49
HSL 135.36º 0.94% 0.26% -
HSV(B) 135.36º 0.97% 0.51% -
XYZ 8.22 15.85 4.3 -
YUV 81.02 102.59 73.06 -
System Red Green Blue C M Y K H S L
Decimal 4 129 36 0.97 0 0.72 0.49 135.36 0.94 0.26
Hex 4 81 24 61 0 48 31 87 5E 1A
Octal 4 201 44 141 0 110 61 207 136 32
Binary 100 10000001 100100 1100001 0 1001000 110001 10000111 1011110 11010

Color Harmonies of #048124

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048124

Black with #048124

Text Example


Text Example

White with #048124

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048124; }

 p { color: rgb(4,129,36); }

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

background-color css

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

 a { background-color: rgb(4,129,36); }

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

border-color css

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

 span { border-color: rgb(4,129,36); }

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