#028073

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

Shades of Pine Green #028073

Tints of Pine Green #028073

Color information

#028073 (or 0x028073) is unknown color: approx Pine Green. HEX triplet: 02, 80 and 73. RGB value is (2,128,115). Sum of RGB (Red+Green+Blue) = 2+128+115=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 128 (50.39% from 255 or 52.24% from 245); Blue value is 115 (45.31% from 255 or 46.94% from 245); Max value from RGB is 128 - color contains mainly: green. Hex color #028073 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028073 is #FD7F8C. Grayscale: #585858. Windows color (decimal): -16613261 or 7569410. OLE color: 7569410.

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

Color convert

RGB2128115-
CMYK0.9800.100.50
HSL173.81º96.92%25.49%-
HSV(B)173.81º98.44%50.2%-
XYZ10.8416.6918.87-
YUV88.84142.7666.06-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.82%
GREEN value IS 128 (50.39% from 255) = 52.24%
BLUE value IS 115 (45.31% from 255) = 46.94%
R=0.82%
G=52.24%
B=46.94%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal21281150.9800.100.50173.8196.9225.49
Hex28073620A32ae6119
Octal22001631420126225614131
Binary1010000000111001111000100101011001010101110110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028073

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028073; }

 p { color: rgb(2,128,115); }

 H1.HeaderClassName
 {
   color: #028073;
 }
 .AnyTagClassName
 {
   color: #028073;
 }
</style>
background-color css

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

 a { background-color: rgb(2,128,115); }

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

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

 span { border-color: rgb(2,128,115); }

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