#02726A

Color #02726A Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #02726A

Tints of Pine Green #02726A

Color information

#02726A (or 0x02726A) is unknown color: approx Pine Green. HEX triplet: 02, 72 and 6A. RGB value is (2,114,106). Sum of RGB (Red+Green+Blue) = 2+114+106=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 114 (44.92% from 255 or 51.35% from 222); Blue value is 106 (41.80% from 255 or 47.75% from 222); Max value from RGB is 114 - color contains mainly: green. Hex color #02726A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02726A is #FD8D95. Grayscale: #4F4F4F. Windows color (decimal): -16616854 or 6976002. OLE color: 6976002.

HSL color Cylindrical-coordinate representation of color #02726A: hue angle of 175.71º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02726A is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB2114106-
CMYK0.9800.070.55
HSL175.71º96.55%22.75%-
HSV(B)175.71º98.25%44.71%-
XYZ8.6413.0915.71-
YUV79.6142.8972.65-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.90%
GREEN value IS 114 (44.92% from 255) = 51.35%
BLUE value IS 106 (41.80% from 255) = 47.75%
R=0.90%
G=51.35%
B=47.75%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.07
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21141060.9800.070.55175.7196.5522.75
Hex2726A620737b06117
Octal2162152142076726014127
Binary10111001011010101100010011111011110110000110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02726A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #02726A; }

 p { color: rgb(2,114,106); }

 H1.HeaderClassName
 {
   color: #02726A;
 }
 .AnyTagClassName
 {
   color: #02726A;
 }
</style>
background-color css

<style>
 a { background-color: #02726A; }

 a { background-color: rgb(2,114,106); }

 div.DivClassName
 {
   background-color: #02726A;
 }
 .BgClassName
 {
   background-color: #02726A;
 }
</style>
border-color css

<style>
 span { border-color: #02726A; }

 span { border-color: rgb(2,114,106); }

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