Html Css Color HEX #02706B Pine Green

📋 copy color: '#02706B'

red 2 ◦ green 112 ◦ blue 107

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

Shades of Pine Green #02706B

Tints of Pine Green #02706B

RGB

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

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

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

R = 0.9%
G = 50.68%
B = 48.42%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.04

 K value IS 0.56

RGB Variations

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

Color information

#02706B (or 0x02706B) is known color: Pine Green. HEX triplet: 02, 70 and 6B. RGB value is (2,112,107). Sum of RGB (Red+Green+Blue) = 2+112+107=221 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 221); Green value is 112 (44.14% from 255 or 50.68% from 221); Blue value is 107 (42.19% from 255 or 48.42% from 221); Max value from RGB is 112 - color contains mainly: green. Hex color #02706B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02706B is #FD8F94. Grayscale: #4E4E4E. Windows color (decimal): -16617365 or 7041026. OLE color: 7041026.

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

Color convert

RGB 2 112 107 -
CMYK 0.98 0 0.04 0.56
HSL 177.27º 0.96% 0.22% -
HSV(B) 177.27º 0.98% 0.44% -
XYZ 8.47 12.66 15.91 -
YUV 78.54 144.06 73.41 -
System Red Green Blue C M Y K H S L
Decimal 2 112 107 0.98 0 0.04 0.56 177.27 0.96 0.22
Hex 2 70 6B 62 0 4 38 B1 60 16
Octal 2 160 153 142 0 4 70 261 140 26
Binary 10 1110000 1101011 1100010 0 100 111000 10110001 1100000 10110

Color Harmonies of #02706B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02706B

Black with #02706B

Text Example


Text Example

White with #02706B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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