Html Css Color HEX #02716F Pine Green

📋 copy color: '#02716F'

red 2 ◦ green 113 ◦ blue 111

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

Shades of Pine Green #02716F

Tints of Pine Green #02716F

RGB

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

 GREEN value IS 113 (44.53% from 255) = 50%

 BLUE value IS 111 (43.75% from 255) = 49.12%

R = 0.88%
G = 50%
B = 49.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#02716F (or 0x02716F) is known color: Pine Green. HEX triplet: 02, 71 and 6F. RGB value is (2,113,111). Sum of RGB (Red+Green+Blue) = 2+113+111=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 113 (44.53% from 255 or 50% from 226); Blue value is 111 (43.75% from 255 or 49.12% from 226); Max value from RGB is 113 - color contains mainly: green. Hex color #02716F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02716F is #FD8E90. Grayscale: #4F4F4F. Windows color (decimal): -16617105 or 7303426. OLE color: 7303426.

HSL color Cylindrical-coordinate representation of color #02716F: hue angle of 178.92º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02716F is Cyan = 0.98, Magento = 0, Yellow = 0.02 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 111 -
CMYK 0.98 0 0.02 0.56
HSL 178.92º 0.97% 0.23% -
HSV(B) 178.92º 0.98% 0.44% -
XYZ 8.8 12.97 17.08 -
YUV 79.58 145.73 72.66 -
System Red Green Blue C M Y K H S L
Decimal 2 113 111 0.98 0 0.02 0.56 178.92 0.97 0.23
Hex 2 71 6F 62 0 2 38 B3 61 17
Octal 2 161 157 142 0 2 70 263 141 27
Binary 10 1110001 1101111 1100010 0 10 111000 10110011 1100001 10111

Color Harmonies of #02716F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02716F

Black with #02716F

Text Example


Text Example

White with #02716F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02716F; }

 p { color: rgb(2,113,111); }

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

background-color css

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

 a { background-color: rgb(2,113,111); }

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

border-color css

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

 span { border-color: rgb(2,113,111); }

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