Html Css Color HEX #028370 Pine Green

📋 copy color: '#028370'

red 2 ◦ green 131 ◦ blue 112

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

Shades of Pine Green #028370

Tints of Pine Green #028370

RGB

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

 GREEN value IS 131 (51.56% from 255) = 53.47%

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

R = 0.82%
G = 53.47%
B = 45.71%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.15

 K value IS 0.49

RGB Variations

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

Color information

#028370 (or 0x028370) is known color: Pine Green. HEX triplet: 02, 83 and 70. RGB value is (2,131,112). Sum of RGB (Red+Green+Blue) = 2+131+112=245 (32% of max value = 765). Red value is 2 (1.17% from 255 or 0.82% from 245); Green value is 131 (51.56% from 255 or 53.47% from 245); Blue value is 112 (44.14% from 255 or 45.71% from 245); Max value from RGB is 131 - color contains mainly: green. Hex color #028370 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028370 is #FD7C8F. Grayscale: #5A5A5A. Windows color (decimal): -16612496 or 7373570. OLE color: 7373570.

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

Color convert

RGB 2 131 112 -
CMYK 0.98 0 0.15 0.49
HSL 171.16º 0.97% 0.26% -
HSV(B) 171.16º 0.98% 0.51% -
XYZ 11.07 17.42 18.11 -
YUV 90.26 140.26 65.04 -
System Red Green Blue C M Y K H S L
Decimal 2 131 112 0.98 0 0.15 0.49 171.16 0.97 0.26
Hex 2 83 70 62 0 F 31 AB 61 1A
Octal 2 203 160 142 0 17 61 253 141 32
Binary 10 10000011 1110000 1100010 0 1111 110001 10101011 1100001 11010

Color Harmonies of #028370

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028370

Black with #028370

Text Example


Text Example

White with #028370

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028370; }

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

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

background-color css

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

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

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

border-color css

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

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

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