Html Css Color HEX #048D1C Forest Green

📋 copy color: '#048D1C'

red 4 ◦ green 141 ◦ blue 28

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

Shades of Forest Green #048D1C

Tints of Forest Green #048D1C

RGB

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

 GREEN value IS 141 (55.47% from 255) = 81.5%

 BLUE value IS 28 (11.33% from 255) = 16.18%

R = 2.31%
G = 81.5%
B = 16.18%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.80

 K value IS 0.45

RGB Variations

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

Color information

#048D1C (or 0x048D1C) is known color: Forest Green. HEX triplet: 04, 8D and 1C. RGB value is (4,141,28). Sum of RGB (Red+Green+Blue) = 4+141+28=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 141 (55.47% from 255 or 81.50% from 173); Blue value is 28 (11.33% from 255 or 16.18% from 173); Max value from RGB is 141 - color contains mainly: green. Hex color #048D1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048D1C is #FB72E3. Grayscale: #575757. Windows color (decimal): -16478948 or 1871108. OLE color: 1871108.

HSL color Cylindrical-coordinate representation of color #048D1C: hue angle of 130.51º degrees, saturation: 0.94, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.55% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048D1C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 141 28 -
CMYK 0.97 0 0.80 0.45
HSL 130.51º 0.94% 0.28% -
HSV(B) 130.51º 0.97% 0.55% -
XYZ 9.78 19.16 4.28 -
YUV 87.16 94.61 68.69 -
System Red Green Blue C M Y K H S L
Decimal 4 141 28 0.97 0 0.80 0.45 130.51 0.94 0.28
Hex 4 8D 1C 61 0 50 2D 83 5E 1C
Octal 4 215 34 141 0 120 55 203 136 34
Binary 100 10001101 11100 1100001 0 1010000 101101 10000011 1011110 11100

Color Harmonies of #048D1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048D1C

Black with #048D1C

Text Example


Text Example

White with #048D1C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048D1C; }

 p { color: rgb(4,141,28); }

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

background-color css

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

 a { background-color: rgb(4,141,28); }

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

border-color css

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

 span { border-color: rgb(4,141,28); }

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