Html Css Color HEX #048170 Pine Green

📋 copy color: '#048170'

red 4 ◦ green 129 ◦ blue 112

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

Shades of Pine Green #048170

Tints of Pine Green #048170

RGB

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

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 112 (44.14% from 255) = 45.71%

R = 1.63%
G = 52.65%
B = 45.71%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.13

 K value IS 0.49

RGB Variations

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

Color information

#048170 (or 0x048170) is known color: Pine Green. HEX triplet: 04, 81 and 70. RGB value is (4,129,112). Sum of RGB (Red+Green+Blue) = 4+129+112=245 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #048170 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048170 is #FB7E8F. Grayscale: #595959. Windows color (decimal): -16481936 or 7373060. OLE color: 7373060.

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

Color convert

RGB 4 129 112 -
CMYK 0.97 0 0.13 0.49
HSL 171.84º 0.94% 0.26% -
HSV(B) 171.84º 0.97% 0.51% -
XYZ 10.82 16.9 18.02 -
YUV 89.69 140.59 66.88 -
System Red Green Blue C M Y K H S L
Decimal 4 129 112 0.97 0 0.13 0.49 171.84 0.94 0.26
Hex 4 81 70 61 0 D 31 AC 5E 1A
Octal 4 201 160 141 0 15 61 254 136 32
Binary 100 10000001 1110000 1100001 0 1101 110001 10101100 1011110 11010

Color Harmonies of #048170

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048170

Black with #048170

Text Example


Text Example

White with #048170

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048170; }

 p { color: rgb(4,129,112); }

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

background-color css

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

 a { background-color: rgb(4,129,112); }

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

border-color css

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

 span { border-color: rgb(4,129,112); }

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