Html Css Color HEX #02706F Pine Green

📋 copy color: '#02706F'

red 2 ◦ green 112 ◦ blue 111

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

Shades of Pine Green #02706F

Tints of Pine Green #02706F

RGB

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

 GREEN value IS 112 (44.14% from 255) = 49.78%

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

R = 0.89%
G = 49.78%
B = 49.33%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.56

RGB Variations

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

Color information

#02706F (or 0x02706F) is known color: Pine Green. HEX triplet: 02, 70 and 6F. RGB value is (2,112,111). Sum of RGB (Red+Green+Blue) = 2+112+111=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 112 (44.14% from 255 or 49.78% from 225); Blue value is 111 (43.75% from 255 or 49.33% from 225); Max value from RGB is 112 - color contains mainly: green. Hex color #02706F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02706F is #FD8F90. Grayscale: #4E4E4E. Windows color (decimal): -16617361 or 7303170. OLE color: 7303170.

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

Color convert

RGB 2 112 111 -
CMYK 0.98 0 0.01 0.56
HSL 179.45º 0.96% 0.22% -
HSV(B) 179.45º 0.98% 0.44% -
XYZ 8.69 12.75 17.04 -
YUV 79 146.06 73.08 -
System Red Green Blue C M Y K H S L
Decimal 2 112 111 0.98 0 0.01 0.56 179.45 0.96 0.22
Hex 2 70 6F 62 0 1 38 B3 60 16
Octal 2 160 157 142 0 1 70 263 140 26
Binary 10 1110000 1101111 1100010 0 1 111000 10110011 1100000 10110

Color Harmonies of #02706F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02706F

Black with #02706F

Text Example


Text Example

White with #02706F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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