Html Css Color HEX #02716B Pine Green

📋 copy color: '#02716B'

red 2 ◦ green 113 ◦ blue 107

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

Shades of Pine Green #02716B

Tints of Pine Green #02716B

RGB

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

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

 BLUE value IS 107 (42.19% from 255) = 48.2%

R = 0.9%
G = 50.9%
B = 48.2%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.56

RGB Variations

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

Color information

#02716B (or 0x02716B) is known color: Pine Green. HEX triplet: 02, 71 and 6B. RGB value is (2,113,107). Sum of RGB (Red+Green+Blue) = 2+113+107=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 113 (44.53% from 255 or 50.90% from 222); Blue value is 107 (42.19% from 255 or 48.20% from 222); Max value from RGB is 113 - color contains mainly: green. Hex color #02716B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02716B is #FD8E94. Grayscale: #4F4F4F. Windows color (decimal): -16617109 or 7041282. OLE color: 7041282.

HSL color Cylindrical-coordinate representation of color #02716B: hue angle of 176.76º 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 #02716B is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 107 -
CMYK 0.98 0 0.05 0.56
HSL 176.76º 0.97% 0.23% -
HSV(B) 176.76º 0.98% 0.44% -
XYZ 8.58 12.88 15.94 -
YUV 79.13 143.73 72.99 -
System Red Green Blue C M Y K H S L
Decimal 2 113 107 0.98 0 0.05 0.56 176.76 0.97 0.23
Hex 2 71 6B 62 0 5 38 B1 61 17
Octal 2 161 153 142 0 5 70 261 141 27
Binary 10 1110001 1101011 1100010 0 101 111000 10110001 1100001 10111

Color Harmonies of #02716B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02716B

Black with #02716B

Text Example


Text Example

White with #02716B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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