Html Css Color HEX #02746A Pine Green

📋 copy color: '#02746A'

red 2 ◦ green 116 ◦ blue 106

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

Shades of Pine Green #02746A

Tints of Pine Green #02746A

RGB

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

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

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

R = 0.89%
G = 51.79%
B = 47.32%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.55

RGB Variations

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

Color information

#02746A (or 0x02746A) is known color: Pine Green. HEX triplet: 02, 74 and 6A. RGB value is (2,116,106). Sum of RGB (Red+Green+Blue) = 2+116+106=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 116 (45.70% from 255 or 51.79% from 224); Blue value is 106 (41.80% from 255 or 47.32% from 224); Max value from RGB is 116 - color contains mainly: green. Hex color #02746A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #02746A is #FD8B95. Grayscale: #505050. Windows color (decimal): -16616342 or 6976514. OLE color: 6976514.

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

Color convert

RGB 2 116 106 -
CMYK 0.98 0 0.09 0.55
HSL 174.74º 0.97% 0.23% -
HSV(B) 174.74º 0.98% 0.45% -
XYZ 8.87 13.54 15.78 -
YUV 80.77 142.23 71.81 -
System Red Green Blue C M Y K H S L
Decimal 2 116 106 0.98 0 0.09 0.55 174.74 0.97 0.23
Hex 2 74 6A 62 0 9 37 AF 61 17
Octal 2 164 152 142 0 11 67 257 141 27
Binary 10 1110100 1101010 1100010 0 1001 110111 10101111 1100001 10111

Color Harmonies of #02746A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02746A

Black with #02746A

Text Example


Text Example

White with #02746A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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