Html Css Color HEX #028173 Pine Green

📋 copy color: '#028173'

red 2 ◦ green 129 ◦ blue 115

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

Shades of Pine Green #028173

Tints of Pine Green #028173

RGB

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

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

 BLUE value IS 115 (45.31% from 255) = 46.75%

R = 0.81%
G = 52.44%
B = 46.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.49

RGB Variations

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

Color information

#028173 (or 0x028173) is known color: Pine Green. HEX triplet: 02, 81 and 73. RGB value is (2,129,115). Sum of RGB (Red+Green+Blue) = 2+129+115=246 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 246); Green value is 129 (50.78% from 255 or 52.44% from 246); Blue value is 115 (45.31% from 255 or 46.75% from 246); Max value from RGB is 129 - color contains mainly: green. Hex color #028173 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028173 is #FD7E8C. Grayscale: #595959. Windows color (decimal): -16613005 or 7569666. OLE color: 7569666.

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

Color convert

RGB 2 129 115 -
CMYK 0.98 0 0.11 0.49
HSL 173.39º 0.97% 0.26% -
HSV(B) 173.39º 0.98% 0.51% -
XYZ 10.97 16.95 18.91 -
YUV 89.43 142.42 65.64 -
System Red Green Blue C M Y K H S L
Decimal 2 129 115 0.98 0 0.11 0.49 173.39 0.97 0.26
Hex 2 81 73 62 0 B 31 AD 61 1A
Octal 2 201 163 142 0 13 61 255 141 32
Binary 10 10000001 1110011 1100010 0 1011 110001 10101101 1100001 11010

Color Harmonies of #028173

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028173

Black with #028173

Text Example


Text Example

White with #028173

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028173; }

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

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

background-color css

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

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

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

border-color css

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

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

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