Html Css Color HEX #048071 Pine Green

📋 copy color: '#048071'

red 4 ◦ green 128 ◦ blue 113

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

Shades of Pine Green #048071

Tints of Pine Green #048071

RGB

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

 GREEN value IS 128 (50.39% from 255) = 52.24%

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

R = 1.63%
G = 52.24%
B = 46.12%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.12

 K value IS 0.50

RGB Variations

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

Color information

#048071 (or 0x048071) is known color: Pine Green. HEX triplet: 04, 80 and 71. RGB value is (4,128,113). Sum of RGB (Red+Green+Blue) = 4+128+113=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 113 (44.53% from 255 or 46.12% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #048071 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048071 is #FB7F8E. Grayscale: #595959. Windows color (decimal): -16482191 or 7438340. OLE color: 7438340.

HSL color Cylindrical-coordinate representation of color #048071: hue angle of 172.74º degrees, saturation: 0.94, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #048071 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 113 -
CMYK 0.97 0 0.12 0.50
HSL 172.74º 0.94% 0.26% -
HSV(B) 172.74º 0.97% 0.5% -
XYZ 10.75 16.66 18.27 -
YUV 89.21 141.42 67.22 -
System Red Green Blue C M Y K H S L
Decimal 4 128 113 0.97 0 0.12 0.50 172.74 0.94 0.26
Hex 4 80 71 61 0 C 32 AD 5E 1A
Octal 4 200 161 141 0 14 62 255 136 32
Binary 100 10000000 1110001 1100001 0 1100 110010 10101101 1011110 11010

Color Harmonies of #048071

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048071

Black with #048071

Text Example


Text Example

White with #048071

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048071; }

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

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

background-color css

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

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

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

border-color css

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

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

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