Html Css Color HEX #02746C Pine Green

📋 copy color: '#02746C'

red 2 ◦ green 116 ◦ blue 108

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

Shades of Pine Green #02746C

Tints of Pine Green #02746C

RGB

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

 GREEN value IS 116 (45.7% from 255) = 51.33%

 BLUE value IS 108 (42.58% from 255) = 47.79%

R = 0.88%
G = 51.33%
B = 47.79%

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

#02746C (or 0x02746C) is known color: Pine Green. HEX triplet: 02, 74 and 6C. RGB value is (2,116,108). Sum of RGB (Red+Green+Blue) = 2+116+108=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 116 (45.70% from 255 or 51.33% from 226); Blue value is 108 (42.58% from 255 or 47.79% from 226); Max value from RGB is 116 - color contains mainly: green. Hex color #02746C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02746C is #FD8B93. Grayscale: #505050. Windows color (decimal): -16616340 or 7107586. OLE color: 7107586.

HSL color Cylindrical-coordinate representation of color #02746C: hue angle of 175.79º 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 #02746C is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 116 108 -
CMYK 0.98 0 0.07 0.55
HSL 175.79º 0.97% 0.23% -
HSV(B) 175.79º 0.98% 0.45% -
XYZ 8.98 13.59 16.34 -
YUV 81 143.23 71.65 -
System Red Green Blue C M Y K H S L
Decimal 2 116 108 0.98 0 0.07 0.55 175.79 0.97 0.23
Hex 2 74 6C 62 0 7 37 B0 61 17
Octal 2 164 154 142 0 7 67 260 141 27
Binary 10 1110100 1101100 1100010 0 111 110111 10110000 1100001 10111

Color Harmonies of #02746C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02746C

Black with #02746C

Text Example


Text Example

White with #02746C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02746C; }

 p { color: rgb(2,116,108); }

 H1.HeaderClassName
 {
   color: #02746C;
 }
 .AnyTagClassName
 {
   color: #02746C;
 }
</style>

background-color css

<style>
 a { background-color: #02746C; }

 a { background-color: rgb(2,116,108); }

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

border-color css

<style>
 span { border-color: #02746C; }

 span { border-color: rgb(2,116,108); }

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