Html Css Color HEX #027166 Pine Green

📋 copy color: '#027166'

red 2 ◦ green 113 ◦ blue 102

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

Shades of Pine Green #027166

Tints of Pine Green #027166

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.07%

 BLUE value IS 102 (40.23% from 255) = 47%

R = 0.92%
G = 52.07%
B = 47%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.56

RGB Variations

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

Color information

#027166 (or 0x027166) is known color: Pine Green. HEX triplet: 02, 71 and 66. RGB value is (2,113,102). Sum of RGB (Red+Green+Blue) = 2+113+102=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 113 (44.53% from 255 or 52.07% from 217); Blue value is 102 (40.23% from 255 or 47.00% from 217); Max value from RGB is 113 - color contains mainly: green. Hex color #027166 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027166 is #FD8E99. Grayscale: #4E4E4E. Windows color (decimal): -16617114 or 6713602. OLE color: 6713602.

HSL color Cylindrical-coordinate representation of color #027166: hue angle of 174.05º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027166 is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 113 102 -
CMYK 0.98 0 0.10 0.56
HSL 174.05º 0.97% 0.23% -
HSV(B) 174.05º 0.98% 0.44% -
XYZ 8.33 12.78 14.6 -
YUV 78.56 141.23 73.39 -
System Red Green Blue C M Y K H S L
Decimal 2 113 102 0.98 0 0.10 0.56 174.05 0.97 0.23
Hex 2 71 66 62 0 A 38 AE 61 17
Octal 2 161 146 142 0 12 70 256 141 27
Binary 10 1110001 1100110 1100010 0 1010 111000 10101110 1100001 10111

Color Harmonies of #027166

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027166

Black with #027166

Text Example


Text Example

White with #027166

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027166; }

 p { color: rgb(2,113,102); }

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

background-color css

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

 a { background-color: rgb(2,113,102); }

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

border-color css

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

 span { border-color: rgb(2,113,102); }

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