Html Css Color HEX #048070 Pine Green

📋 copy color: '#048070'

red 4 ◦ green 128 ◦ blue 112

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

Shades of Pine Green #048070

Tints of Pine Green #048070

RGB

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

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

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

R = 1.64%
G = 52.46%
B = 45.9%

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

#048070 (or 0x048070) is known color: Pine Green. HEX triplet: 04, 80 and 70. RGB value is (4,128,112). Sum of RGB (Red+Green+Blue) = 4+128+112=244 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.64% from 244); Green value is 128 (50.39% from 255 or 52.46% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 128 - color contains mainly: green. Hex color #048070 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048070 is #FB7F8F. Grayscale: #595959. Windows color (decimal): -16482192 or 7372804. OLE color: 7372804.

HSL color Cylindrical-coordinate representation of color #048070: hue angle of 172.26º 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 #048070 is Cyan = 0.97, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.50.

Color convert

RGB 4 128 112 -
CMYK 0.97 0 0.12 0.50
HSL 172.26º 0.94% 0.26% -
HSV(B) 172.26º 0.97% 0.5% -
XYZ 10.69 16.63 17.98 -
YUV 89.1 140.92 67.3 -
System Red Green Blue C M Y K H S L
Decimal 4 128 112 0.97 0 0.12 0.50 172.26 0.94 0.26
Hex 4 80 70 61 0 C 32 AC 5E 1A
Octal 4 200 160 141 0 14 62 254 136 32
Binary 100 10000000 1110000 1100001 0 1100 110010 10101100 1011110 11010

Color Harmonies of #048070

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048070

Black with #048070

Text Example


Text Example

White with #048070

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048070; }

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

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

background-color css

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

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

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

border-color css

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

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

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