Html Css Color HEX #048F2D Forest Green

📋 copy color: '#048F2D'

red 4 ◦ green 143 ◦ blue 45

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

Shades of Forest Green #048F2D

Tints of Forest Green #048F2D

RGB

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

 GREEN value IS 143 (56.25% from 255) = 74.48%

 BLUE value IS 45 (17.97% from 255) = 23.44%

R = 2.08%
G = 74.48%
B = 23.44%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.69

 K value IS 0.44

RGB Variations

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

Color information

#048F2D (or 0x048F2D) is known color: Forest Green. HEX triplet: 04, 8F and 2D. RGB value is (4,143,45). Sum of RGB (Red+Green+Blue) = 4+143+45=192 (25% of max value = 765). Red value is 4 (1.95% from 255 or 2.08% from 192); Green value is 143 (56.25% from 255 or 74.48% from 192); Blue value is 45 (17.97% from 255 or 23.44% from 192); Max value from RGB is 143 - color contains mainly: green. Hex color #048F2D is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048F2D is #FB70D2. Grayscale: #5A5A5A. Windows color (decimal): -16478419 or 2985732. OLE color: 2985732.

HSL color Cylindrical-coordinate representation of color #048F2D: hue angle of 137.7º degrees, saturation: 0.95, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048F2D is Cyan = 0.97, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.44.

Color convert

RGB 4 143 45 -
CMYK 0.97 0 0.69 0.44
HSL 137.7º 0.95% 0.29% -
HSV(B) 137.7º 0.97% 0.56% -
XYZ 10.35 19.86 5.77 -
YUV 90.27 102.45 66.47 -
System Red Green Blue C M Y K H S L
Decimal 4 143 45 0.97 0 0.69 0.44 137.7 0.95 0.29
Hex 4 8F 2D 61 0 45 2C 8A 5F 1D
Octal 4 217 55 141 0 105 54 212 137 35
Binary 100 10001111 101101 1100001 0 1000101 101100 10001010 1011111 11101

Color Harmonies of #048F2D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048F2D

Black with #048F2D

Text Example


Text Example

White with #048F2D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,143,45); }

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

background-color css

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

 a { background-color: rgb(4,143,45); }

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

border-color css

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

 span { border-color: rgb(4,143,45); }

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