Html Css Color HEX #02796E Pine Green

📋 copy color: '#02796E'

red 2 ◦ green 121 ◦ blue 110

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

Shades of Pine Green #02796E

Tints of Pine Green #02796E

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.93%

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

R = 0.86%
G = 51.93%
B = 47.21%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.53

RGB Variations

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

Color information

#02796E (or 0x02796E) is known color: Pine Green. HEX triplet: 02, 79 and 6E. RGB value is (2,121,110). Sum of RGB (Red+Green+Blue) = 2+121+110=233 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 233); Green value is 121 (47.66% from 255 or 51.93% from 233); Blue value is 110 (43.36% from 255 or 47.21% from 233); Max value from RGB is 121 - color contains mainly: green. Hex color #02796E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02796E is #FD8691. Grayscale: #545454. Windows color (decimal): -16615058 or 7239938. OLE color: 7239938.

HSL color Cylindrical-coordinate representation of color #02796E: hue angle of 174.45º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02796E is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 110 -
CMYK 0.98 0 0.09 0.53
HSL 174.45º 0.97% 0.24% -
HSV(B) 174.45º 0.98% 0.47% -
XYZ 9.68 14.81 17.1 -
YUV 84.17 142.58 69.39 -
System Red Green Blue C M Y K H S L
Decimal 2 121 110 0.98 0 0.09 0.53 174.45 0.97 0.24
Hex 2 79 6E 62 0 9 35 AE 61 18
Octal 2 171 156 142 0 11 65 256 141 30
Binary 10 1111001 1101110 1100010 0 1001 110101 10101110 1100001 11000

Color Harmonies of #02796E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02796E

Black with #02796E

Text Example


Text Example

White with #02796E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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