Html Css Color HEX #02756E Pine Green

📋 copy color: '#02756E'

red 2 ◦ green 117 ◦ blue 110

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

Shades of Pine Green #02756E

Tints of Pine Green #02756E

RGB

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

 GREEN value IS 117 (46.09% from 255) = 51.09%

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

R = 0.87%
G = 51.09%
B = 48.03%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.06

 K value IS 0.54

RGB Variations

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

Color information

#02756E (or 0x02756E) is known color: Pine Green. HEX triplet: 02, 75 and 6E. RGB value is (2,117,110). Sum of RGB (Red+Green+Blue) = 2+117+110=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 117 (46.09% from 255 or 51.09% from 229); Blue value is 110 (43.36% from 255 or 48.03% from 229); Max value from RGB is 117 - color contains mainly: green. Hex color #02756E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02756E is #FD8A91. Grayscale: #515151. Windows color (decimal): -16616082 or 7238914. OLE color: 7238914.

HSL color Cylindrical-coordinate representation of color #02756E: hue angle of 176.35º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02756E is Cyan = 0.98, Magento = 0, Yellow = 0.06 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 117 110 -
CMYK 0.98 0 0.06 0.54
HSL 176.35º 0.97% 0.23% -
HSV(B) 176.35º 0.98% 0.46% -
XYZ 9.2 13.86 16.94 -
YUV 81.82 143.9 71.07 -
System Red Green Blue C M Y K H S L
Decimal 2 117 110 0.98 0 0.06 0.54 176.35 0.97 0.23
Hex 2 75 6E 62 0 6 36 B0 61 17
Octal 2 165 156 142 0 6 66 260 141 27
Binary 10 1110101 1101110 1100010 0 110 110110 10110000 1100001 10111

Color Harmonies of #02756E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02756E

Black with #02756E

Text Example


Text Example

White with #02756E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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