Html Css Color HEX #02726A Pine Green

📋 copy color: '#02726A'

red 2 ◦ green 114 ◦ blue 106

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

Shades of Pine Green #02726A

Tints of Pine Green #02726A

RGB

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

 GREEN value IS 114 (44.92% from 255) = 51.35%

 BLUE value IS 106 (41.8% from 255) = 47.75%

R = 0.9%
G = 51.35%
B = 47.75%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.55

RGB Variations

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

Color information

#02726A (or 0x02726A) is known color: 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

RGB 2 114 106 -
CMYK 0.98 0 0.07 0.55
HSL 175.71º 0.97% 0.23% -
HSV(B) 175.71º 0.98% 0.45% -
XYZ 8.64 13.09 15.71 -
YUV 79.6 142.89 72.65 -
System Red Green Blue C M Y K H S L
Decimal 2 114 106 0.98 0 0.07 0.55 175.71 0.97 0.23
Hex 2 72 6A 62 0 7 37 B0 61 17
Octal 2 162 152 142 0 7 67 260 141 27
Binary 10 1110010 1101010 1100010 0 111 110111 10110000 1100001 10111

Color Harmonies of #02726A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02726A

Black with #02726A

Text Example


Text Example

White with #02726A

Text Example


Text Example

HTML Codes & Css Web 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>