Html Css Color HEX #028270 Pine Green

📋 copy color: '#028270'

red 2 ◦ green 130 ◦ blue 112

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

Shades of Pine Green #028270

Tints of Pine Green #028270

RGB

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

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

 BLUE value IS 112 (44.14% from 255) = 45.9%

R = 0.82%
G = 53.28%
B = 45.9%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.14

 K value IS 0.49

RGB Variations

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

Color information

#028270 (or 0x028270) is known color: Pine Green. HEX triplet: 02, 82 and 70. RGB value is (2,130,112). Sum of RGB (Red+Green+Blue) = 2+130+112=244 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 244); Green value is 130 (51.17% from 255 or 53.28% from 244); Blue value is 112 (44.14% from 255 or 45.90% from 244); Max value from RGB is 130 - color contains mainly: green. Hex color #028270 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028270 is #FD7D8F. Grayscale: #595959. Windows color (decimal): -16612752 or 7373314. OLE color: 7373314.

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

Color convert

RGB 2 130 112 -
CMYK 0.98 0 0.14 0.49
HSL 171.56º 0.97% 0.26% -
HSV(B) 171.56º 0.98% 0.51% -
XYZ 10.93 17.15 18.06 -
YUV 89.68 140.59 65.46 -
System Red Green Blue C M Y K H S L
Decimal 2 130 112 0.98 0 0.14 0.49 171.56 0.97 0.26
Hex 2 82 70 62 0 E 31 AC 61 1A
Octal 2 202 160 142 0 16 61 254 141 32
Binary 10 10000010 1110000 1100010 0 1110 110001 10101100 1100001 11010

Color Harmonies of #028270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028270

Black with #028270

Text Example


Text Example

White with #028270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028270; }

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

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

background-color css

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

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

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

border-color css

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

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

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