#027571

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

Shades of Pine Green #027571

Tints of Pine Green #027571

Color information

#027571 (or 0x027571) is unknown color: approx Pine Green. HEX triplet: 02, 75 and 71. RGB value is (2,117,113). Sum of RGB (Red+Green+Blue) = 2+117+113=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 117 (46.09% from 255 or 50.43% from 232); Blue value is 113 (44.53% from 255 or 48.71% from 232); Max value from RGB is 117 - color contains mainly: green. Hex color #027571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027571 is #FD8A8E. Grayscale: #525252. Windows color (decimal): -16616079 or 7435522. OLE color: 7435522.

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

Color convert

RGB2117113-
CMYK0.9800.030.54
HSL177.91º96.64%23.33%-
HSV(B)177.91º98.29%45.88%-
XYZ9.3713.9317.82-
YUV82.16145.470.83-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.86%
GREEN value IS 117 (46.09% from 255) = 50.43%
BLUE value IS 113 (44.53% from 255) = 48.71%
R=0.86%
G=50.43%
B=48.71%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal21171130.9800.030.54177.9196.6423.33
Hex27571620336b26117
Octal2165161142036626214127
Binary1011101011110001110001001111011010110010110000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027571

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027571; }

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

 H1.HeaderClassName
 {
   color: #027571;
 }
 .AnyTagClassName
 {
   color: #027571;
 }
</style>
background-color css

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

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

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

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

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

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