Html Css Color HEX #027172 Pine Green

📋 copy color: '#027172'

red 2 ◦ green 113 ◦ blue 114

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

Shades of Pine Green #027172

Tints of Pine Green #027172

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 49.78%

R = 0.87%
G = 49.34%
B = 49.78%

CMYK

 C value IS 0.98

 M value IS 0.01

 Y value IS 0

 K value IS 0.55

RGB Variations

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

Color information

#027172 (or 0x027172) is known color: Pine Green. HEX triplet: 02, 71 and 72. RGB value is (2,113,114). Sum of RGB (Red+Green+Blue) = 2+113+114=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 113 (44.53% from 255 or 49.34% from 229); Blue value is 114 (44.92% from 255 or 49.78% from 229); Max value from RGB is 114 - color contains mainly: blue. Hex color #027172 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027172 is #FD8E8D. Grayscale: #4F4F4F. Windows color (decimal): -16617102 or 7500034. OLE color: 7500034.

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

Color convert

RGB 2 113 114 -
CMYK 0.98 0.01 0 0.55
HSL 180.54º 0.97% 0.23% -
HSV(B) 180.54º 0.98% 0.45% -
XYZ 8.97 13.04 17.96 -
YUV 79.93 147.23 72.42 -
System Red Green Blue C M Y K H S L
Decimal 2 113 114 0.98 0.01 0 0.55 180.54 0.97 0.23
Hex 2 71 72 62 1 0 37 B5 61 17
Octal 2 161 162 142 1 0 67 265 141 27
Binary 10 1110001 1110010 1100010 1 0 110111 10110101 1100001 10111

Color Harmonies of #027172

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027172

Black with #027172

Text Example


Text Example

White with #027172

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027172; }

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

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

background-color css

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

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

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

border-color css

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

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

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