Html Css Color HEX #02706E Pine Green

📋 copy color: '#02706E'

red 2 ◦ green 112 ◦ blue 110

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

Shades of Pine Green #02706E

Tints of Pine Green #02706E

RGB

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

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

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

R = 0.89%
G = 50%
B = 49.11%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.56

RGB Variations

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

Color information

#02706E (or 0x02706E) is known color: Pine Green. HEX triplet: 02, 70 and 6E. RGB value is (2,112,110). Sum of RGB (Red+Green+Blue) = 2+112+110=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 112 (44.14% from 255 or 50% from 224); Blue value is 110 (43.36% from 255 or 49.11% from 224); Max value from RGB is 112 - color contains mainly: green. Hex color #02706E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02706E is #FD8F91. Grayscale: #4E4E4E. Windows color (decimal): -16617362 or 7237634. OLE color: 7237634.

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

Color convert

RGB 2 112 110 -
CMYK 0.98 0 0.02 0.56
HSL 178.91º 0.96% 0.22% -
HSV(B) 178.91º 0.98% 0.44% -
XYZ 8.63 12.73 16.75 -
YUV 78.88 145.56 73.16 -
System Red Green Blue C M Y K H S L
Decimal 2 112 110 0.98 0 0.02 0.56 178.91 0.96 0.22
Hex 2 70 6E 62 0 2 38 B3 60 16
Octal 2 160 156 142 0 2 70 263 140 26
Binary 10 1110000 1101110 1100010 0 10 111000 10110011 1100000 10110

Color Harmonies of #02706E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02706E

Black with #02706E

Text Example


Text Example

White with #02706E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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