Html Css Color HEX #028172 Pine Green

📋 copy color: '#028172'

red 2 ◦ green 129 ◦ blue 114

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

Shades of Pine Green #028172

Tints of Pine Green #028172

RGB

 RED value IS 2 (1.17% from 255) = 0.82%

 GREEN value IS 129 (50.78% from 255) = 52.65%

 BLUE value IS 114 (44.92% from 255) = 46.53%

R = 0.82%
G = 52.65%
B = 46.53%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.49

RGB Variations

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

Color information

#028172 (or 0x028172) is known color: Pine Green. HEX triplet: 02, 81 and 72. RGB value is (2,129,114). Sum of RGB (Red+Green+Blue) = 2+129+114=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 129 (50.78% from 255 or 52.65% from 245); Blue value is 114 (44.92% from 255 or 46.53% from 245); Max value from RGB is 129 - color contains mainly: green. Hex color #028172 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028172 is #FD7E8D. Grayscale: #595959. Windows color (decimal): -16613006 or 7504130. OLE color: 7504130.

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

Color convert

RGB 2 129 114 -
CMYK 0.98 0 0.12 0.49
HSL 172.91º 0.97% 0.26% -
HSV(B) 172.91º 0.98% 0.51% -
XYZ 10.91 16.93 18.61 -
YUV 89.32 141.92 65.72 -
System Red Green Blue C M Y K H S L
Decimal 2 129 114 0.98 0 0.12 0.49 172.91 0.97 0.26
Hex 2 81 72 62 0 C 31 AD 61 1A
Octal 2 201 162 142 0 14 61 255 141 32
Binary 10 10000001 1110010 1100010 0 1100 110001 10101101 1100001 11010

Color Harmonies of #028172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028172

Black with #028172

Text Example


Text Example

White with #028172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028172; }

 p { color: rgb(2,129,114); }

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

background-color css

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

 a { background-color: rgb(2,129,114); }

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

border-color css

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

 span { border-color: rgb(2,129,114); }

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