Html Css Color HEX #027970 Pine Green

📋 copy color: '#027970'

red 2 ◦ green 121 ◦ blue 112

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

Shades of Pine Green #027970

Tints of Pine Green #027970

RGB

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

 GREEN value IS 121 (47.66% from 255) = 51.49%

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

R = 0.85%
G = 51.49%
B = 47.66%

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

#027970 (or 0x027970) is known color: Pine Green. HEX triplet: 02, 79 and 70. RGB value is (2,121,112). Sum of RGB (Red+Green+Blue) = 2+121+112=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 121 (47.66% from 255 or 51.49% from 235); Blue value is 112 (44.14% from 255 or 47.66% from 235); Max value from RGB is 121 - color contains mainly: green. Hex color #027970 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027970 is #FD868F. Grayscale: #545454. Windows color (decimal): -16615056 or 7371010. OLE color: 7371010.

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

Color convert

RGB 2 121 112 -
CMYK 0.98 0 0.07 0.53
HSL 175.46º 0.97% 0.24% -
HSV(B) 175.46º 0.98% 0.47% -
XYZ 9.79 14.86 17.68 -
YUV 84.39 143.58 69.23 -
System Red Green Blue C M Y K H S L
Decimal 2 121 112 0.98 0 0.07 0.53 175.46 0.97 0.24
Hex 2 79 70 62 0 7 35 AF 61 18
Octal 2 171 160 142 0 7 65 257 141 30
Binary 10 1111001 1110000 1100010 0 111 110101 10101111 1100001 11000

Color Harmonies of #027970

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027970

Black with #027970

Text Example


Text Example

White with #027970

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027970; }

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

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

background-color css

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

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

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

border-color css

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

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

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