#048270

Color #048270 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #048270

Tints of Pine Green #048270

Color information

#048270 (or 0x048270) is unknown color: approx 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

RGB4130112-
CMYK0.9700.140.49
HSL171.43º94.03%26.27%-
HSV(B)171.43º96.92%50.98%-
XYZ10.9617.1618.06-
YUV90.27140.2666.46-

RGB Variations

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

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 (Cyan) values IS 0.97
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal41301120.9700.140.49171.4394.0326.27
Hex48270610E31ab5e1a
Octal42021601410166125313632
Binary10010000010111000011000010111011000110101011101111011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #048270

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>