#028371

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

Shades of Pine Green #028371

Tints of Pine Green #028371

Color information

#028371 (or 0x028371) is unknown color: approx Pine Green. HEX triplet: 02, 83 and 71. RGB value is (2,131,113). Sum of RGB (Red+Green+Blue) = 2+131+113=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 131 (51.56% from 255 or 53.25% from 246); Blue value is 113 (44.53% from 255 or 45.93% from 246); Max value from RGB is 131 - color contains mainly: green. Hex color #028371 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028371 is #FD7C8E. Grayscale: #5A5A5A. Windows color (decimal): -16612495 or 7439106. OLE color: 7439106.

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

Color convert

RGB2131113-
CMYK0.9800.140.49
HSL171.63º96.99%26.08%-
HSV(B)171.63º98.47%51.37%-
XYZ11.1217.4418.4-
YUV90.38140.7664.96-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.81%
GREEN value IS 131 (51.56% from 255) = 53.25%
BLUE value IS 113 (44.53% from 255) = 45.93%
R=0.81%
G=53.25%
B=45.93%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal21311130.9800.140.49171.6396.9926.08
Hex28371620E31ac611a
Octal22031611420166125414132
Binary1010000011111000111000100111011000110101100110000111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #028371

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #028371; }

 p { color: rgb(2,131,113); }

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

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

 a { background-color: rgb(2,131,113); }

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

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

 span { border-color: rgb(2,131,113); }

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