Html Css Color HEX #048C1C Forest Green

📋 copy color: '#048C1C'

red 4 ◦ green 140 ◦ blue 28

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

Shades of Forest Green #048C1C

Tints of Forest Green #048C1C

RGB

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

 GREEN value IS 140 (55.08% from 255) = 81.4%

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

R = 2.33%
G = 81.4%
B = 16.28%

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

#048C1C (or 0x048C1C) is known color: Forest Green. HEX triplet: 04, 8C and 1C. RGB value is (4,140,28). Sum of RGB (Red+Green+Blue) = 4+140+28=172 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.33% from 172); Green value is 140 (55.08% from 255 or 81.40% from 172); Blue value is 28 (11.33% from 255 or 16.28% from 172); Max value from RGB is 140 - color contains mainly: green. Hex color #048C1C is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048C1C is #FB73E3. Grayscale: #565656. Windows color (decimal): -16479204 or 1870852. OLE color: 1870852.

HSL color Cylindrical-coordinate representation of color #048C1C: hue angle of 130.59º 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 #048C1C is Cyan = 0.97, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.45.

Color convert

RGB 4 140 28 -
CMYK 0.97 0 0.80 0.45
HSL 130.59º 0.94% 0.28% -
HSV(B) 130.59º 0.97% 0.55% -
XYZ 9.64 18.87 4.23 -
YUV 86.57 94.94 69.11 -
System Red Green Blue C M Y K H S L
Decimal 4 140 28 0.97 0 0.80 0.45 130.59 0.94 0.28
Hex 4 8C 1C 61 0 50 2D 83 5E 1C
Octal 4 214 34 141 0 120 55 203 136 34
Binary 100 10001100 11100 1100001 0 1010000 101101 10000011 1011110 11100

Color Harmonies of #048C1C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048C1C

Black with #048C1C

Text Example


Text Example

White with #048C1C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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