Html Css Color HEX #048A1F Forest Green

📋 copy color: '#048A1F'

red 4 ◦ green 138 ◦ blue 31

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

Shades of Forest Green #048A1F

Tints of Forest Green #048A1F

RGB

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

 GREEN value IS 138 (54.3% from 255) = 79.77%

 BLUE value IS 31 (12.5% from 255) = 17.92%

R = 2.31%
G = 79.77%
B = 17.92%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.78

 K value IS 0.46

RGB Variations

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

Color information

#048A1F (or 0x048A1F) is known color: Forest Green. HEX triplet: 04, 8A and 1F. RGB value is (4,138,31). Sum of RGB (Red+Green+Blue) = 4+138+31=173 (22% of max value = 765). Red value is 4 (1.95% from 255 or 2.31% from 173); Green value is 138 (54.30% from 255 or 79.77% from 173); Blue value is 31 (12.5% from 255 or 17.92% from 173); Max value from RGB is 138 - color contains mainly: green. Hex color #048A1F is not a web safe color. Web safe color analog (approx): #009933. Inversed color of #048A1F is #FB75E0. Grayscale: #565656. Windows color (decimal): -16479713 or 2066948. OLE color: 2066948.

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

Color convert

RGB 4 138 31 -
CMYK 0.97 0 0.78 0.46
HSL 132.09º 0.94% 0.28% -
HSV(B) 132.09º 0.97% 0.54% -
XYZ 9.39 18.3 4.33 -
YUV 85.74 97.11 69.7 -
System Red Green Blue C M Y K H S L
Decimal 4 138 31 0.97 0 0.78 0.46 132.09 0.94 0.28
Hex 4 8A 1F 61 0 4E 2E 84 5E 1C
Octal 4 212 37 141 0 116 56 204 136 34
Binary 100 10001010 11111 1100001 0 1001110 101110 10000100 1011110 11100

Color Harmonies of #048A1F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048A1F

Black with #048A1F

Text Example


Text Example

White with #048A1F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(4,138,31); }

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

background-color css

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

 a { background-color: rgb(4,138,31); }

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

border-color css

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

 span { border-color: rgb(4,138,31); }

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