Html Css Color HEX #048471 Pine Green

📋 copy color: '#048471'

red 4 ◦ green 132 ◦ blue 113

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

Shades of Pine Green #048471

Tints of Pine Green #048471

RGB

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

 GREEN value IS 132 (51.95% from 255) = 53.01%

 BLUE value IS 113 (44.53% from 255) = 45.38%

R = 1.61%
G = 53.01%
B = 45.38%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.48

RGB Variations

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

Color information

#048471 (or 0x048471) is known color: Pine Green. HEX triplet: 04, 84 and 71. RGB value is (4,132,113). Sum of RGB (Red+Green+Blue) = 4+132+113=249 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.61% from 249); Green value is 132 (51.95% from 255 or 53.01% from 249); Blue value is 113 (44.53% from 255 or 45.38% from 249); Max value from RGB is 132 - color contains mainly: green. Hex color #048471 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048471 is #FB7B8E. Grayscale: #5B5B5B. Windows color (decimal): -16481167 or 7439364. OLE color: 7439364.

HSL color Cylindrical-coordinate representation of color #048471: hue angle of 171.09º degrees, saturation: 0.94, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048471 is Cyan = 0.97, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.48.

Color convert

RGB 4 132 113 -
CMYK 0.97 0 0.14 0.48
HSL 171.09º 0.94% 0.27% -
HSV(B) 171.09º 0.97% 0.52% -
XYZ 11.28 17.72 18.45 -
YUV 91.56 140.09 65.54 -
System Red Green Blue C M Y K H S L
Decimal 4 132 113 0.97 0 0.14 0.48 171.09 0.94 0.27
Hex 4 84 71 61 0 E 30 AB 5E 1B
Octal 4 204 161 141 0 16 60 253 136 33
Binary 100 10000100 1110001 1100001 0 1110 110000 10101011 1011110 11011

Color Harmonies of #048471

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048471

Black with #048471

Text Example


Text Example

White with #048471

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048471; }

 p { color: rgb(4,132,113); }

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

background-color css

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

 a { background-color: rgb(4,132,113); }

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

border-color css

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

 span { border-color: rgb(4,132,113); }

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