Html Css Color HEX #028273 Pine Green

📋 copy color: '#028273'

red 2 ◦ green 130 ◦ blue 115

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

Shades of Pine Green #028273

Tints of Pine Green #028273

RGB

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

 GREEN value IS 130 (51.17% from 255) = 52.63%

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

R = 0.81%
G = 52.63%
B = 46.56%

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

#028273 (or 0x028273) is known color: Pine Green. HEX triplet: 02, 82 and 73. RGB value is (2,130,115). Sum of RGB (Red+Green+Blue) = 2+130+115=247 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.81% from 247); Green value is 130 (51.17% from 255 or 52.63% from 247); Blue value is 115 (45.31% from 255 or 46.56% from 247); Max value from RGB is 130 - color contains mainly: green. Hex color #028273 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028273 is #FD7D8C. Grayscale: #595959. Windows color (decimal): -16612749 or 7569922. OLE color: 7569922.

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

Color convert

RGB 2 130 115 -
CMYK 0.98 0 0.12 0.49
HSL 172.97º 0.97% 0.26% -
HSV(B) 172.97º 0.98% 0.51% -
XYZ 11.1 17.22 18.96 -
YUV 90.02 142.09 65.22 -
System Red Green Blue C M Y K H S L
Decimal 2 130 115 0.98 0 0.12 0.49 172.97 0.97 0.26
Hex 2 82 73 62 0 C 31 AD 61 1A
Octal 2 202 163 142 0 14 61 255 141 32
Binary 10 10000010 1110011 1100010 0 1100 110001 10101101 1100001 11010

Color Harmonies of #028273

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028273

Black with #028273

Text Example


Text Example

White with #028273

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028273; }

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

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

background-color css

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

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

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

border-color css

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

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

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