Html Css Color HEX #027870 Pine Green

📋 copy color: '#027870'

red 2 ◦ green 120 ◦ blue 112

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

Shades of Pine Green #027870

Tints of Pine Green #027870

RGB

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

 GREEN value IS 120 (47.27% from 255) = 51.28%

 BLUE value IS 112 (44.14% from 255) = 47.86%

R = 0.85%
G = 51.28%
B = 47.86%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.07

 K value IS 0.53

RGB Variations

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

Color information

#027870 (or 0x027870) is known color: Pine Green. HEX triplet: 02, 78 and 70. RGB value is (2,120,112). Sum of RGB (Red+Green+Blue) = 2+120+112=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 120 (47.27% from 255 or 51.28% from 234); Blue value is 112 (44.14% from 255 or 47.86% from 234); Max value from RGB is 120 - color contains mainly: green. Hex color #027870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027870 is #FD878F. Grayscale: #535353. Windows color (decimal): -16615312 or 7370754. OLE color: 7370754.

HSL color Cylindrical-coordinate representation of color #027870: hue angle of 175.93º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027870 is Cyan = 0.98, Magento = 0, Yellow = 0.07 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 120 112 -
CMYK 0.98 0 0.07 0.53
HSL 175.93º 0.97% 0.24% -
HSV(B) 175.93º 0.98% 0.47% -
XYZ 9.67 14.62 17.64 -
YUV 83.81 143.91 69.65 -
System Red Green Blue C M Y K H S L
Decimal 2 120 112 0.98 0 0.07 0.53 175.93 0.97 0.24
Hex 2 78 70 62 0 7 35 B0 61 18
Octal 2 170 160 142 0 7 65 260 141 30
Binary 10 1111000 1110000 1100010 0 111 110101 10110000 1100001 11000

Color Harmonies of #027870

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027870

Black with #027870

Text Example


Text Example

White with #027870

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027870; }

 p { color: rgb(2,120,112); }

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

background-color css

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

 a { background-color: rgb(2,120,112); }

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

border-color css

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

 span { border-color: rgb(2,120,112); }

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