Html Css Color HEX #048270 Pine Green

📋 copy color: '#048270'

red 4 ◦ green 130 ◦ blue 112

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

Shades of Pine Green #048270

Tints of Pine Green #048270

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.85%

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

R = 1.63%
G = 52.85%
B = 45.53%

CMYK

 C value IS 0.97

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#048270 (or 0x048270) is known color: Pine Green. HEX triplet: 04, 82 and 70. RGB value is (4,130,112). Sum of RGB (Red+Green+Blue) = 4+130+112=246 (32% of max value = 765). Red value is 4 (1.95% from 255 or 1.63% from 246); Green value is 130 (51.17% from 255 or 52.85% from 246); Blue value is 112 (44.14% from 255 or 45.53% from 246); Max value from RGB is 130 - color contains mainly: green. Hex color #048270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #048270 is #FB7D8F. Grayscale: #5A5A5A. Windows color (decimal): -16481680 or 7373316. OLE color: 7373316.

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

Color convert

RGB 4 130 112 -
CMYK 0.97 0 0.14 0.49
HSL 171.43º 0.94% 0.26% -
HSV(B) 171.43º 0.97% 0.51% -
XYZ 10.96 17.16 18.06 -
YUV 90.27 140.26 66.46 -
System Red Green Blue C M Y K H S L
Decimal 4 130 112 0.97 0 0.14 0.49 171.43 0.94 0.26
Hex 4 82 70 61 0 E 31 AB 5E 1A
Octal 4 202 160 141 0 16 61 253 136 32
Binary 100 10000010 1110000 1100001 0 1110 110001 10101011 1011110 11010

Color Harmonies of #048270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #048270

Black with #048270

Text Example


Text Example

White with #048270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #048270; }

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

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

background-color css

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

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

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

border-color css

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

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

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