Html Css Color HEX #02716E Pine Green

📋 copy color: '#02716E'

red 2 ◦ green 113 ◦ blue 110

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

Shades of Pine Green #02716E

Tints of Pine Green #02716E

RGB

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

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

 BLUE value IS 110 (43.36% from 255) = 48.89%

R = 0.89%
G = 50.22%
B = 48.89%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.56

RGB Variations

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

Color information

#02716E (or 0x02716E) is known color: Pine Green. HEX triplet: 02, 71 and 6E. RGB value is (2,113,110). Sum of RGB (Red+Green+Blue) = 2+113+110=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 113 (44.53% from 255 or 50.22% from 225); Blue value is 110 (43.36% from 255 or 48.89% from 225); Max value from RGB is 113 - color contains mainly: green. Hex color #02716E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02716E is #FD8E91. Grayscale: #4F4F4F. Windows color (decimal): -16617106 or 7237890. OLE color: 7237890.

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

Color convert

RGB 2 113 110 -
CMYK 0.98 0 0.03 0.56
HSL 178.38º 0.97% 0.23% -
HSV(B) 178.38º 0.98% 0.44% -
XYZ 8.74 12.95 16.79 -
YUV 79.47 145.23 72.74 -
System Red Green Blue C M Y K H S L
Decimal 2 113 110 0.98 0 0.03 0.56 178.38 0.97 0.23
Hex 2 71 6E 62 0 3 38 B2 61 17
Octal 2 161 156 142 0 3 70 262 141 27
Binary 10 1110001 1101110 1100010 0 11 111000 10110010 1100001 10111

Color Harmonies of #02716E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02716E

Black with #02716E

Text Example


Text Example

White with #02716E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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