#02746A

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

Shades of Pine Green #02746A

Tints of Pine Green #02746A

Color information

#02746A (or 0x02746A) is unknown color: approx 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

RGB2116106-
CMYK0.9800.090.55
HSL174.74º96.61%23.14%-
HSV(B)174.74º98.28%45.49%-
XYZ8.8713.5415.78-
YUV80.77142.2371.81-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.89%
GREEN value IS 116 (45.70% from 255) = 51.79%
BLUE value IS 106 (41.80% from 255) = 47.32%
R=0.89%
G=51.79%
B=47.32%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.09
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal21161060.9800.090.55174.7496.6123.14
Hex2746A620937af6117
Octal21641521420116725714127
Binary101110100110101011000100100111011110101111110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #02746A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>