Html Css Color HEX #027270 Pine Green

📋 copy color: '#027270'

red 2 ◦ green 114 ◦ blue 112

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

Shades of Pine Green #027270

Tints of Pine Green #027270

RGB

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

 GREEN value IS 114 (44.92% from 255) = 50%

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

R = 0.88%
G = 50%
B = 49.12%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.02

 K value IS 0.55

RGB Variations

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

Color information

#027270 (or 0x027270) is known color: Pine Green. HEX triplet: 02, 72 and 70. RGB value is (2,114,112). Sum of RGB (Red+Green+Blue) = 2+114+112=228 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 228); Green value is 114 (44.92% from 255 or 50% from 228); Blue value is 112 (44.14% from 255 or 49.12% from 228); Max value from RGB is 114 - color contains mainly: green. Hex color #027270 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027270 is #FD8D8F. Grayscale: #505050. Windows color (decimal): -16616848 or 7369218. OLE color: 7369218.

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

Color convert

RGB 2 114 112 -
CMYK 0.98 0 0.02 0.55
HSL 178.93º 0.97% 0.23% -
HSV(B) 178.93º 0.98% 0.45% -
XYZ 8.97 13.22 17.41 -
YUV 80.28 145.89 72.16 -
System Red Green Blue C M Y K H S L
Decimal 2 114 112 0.98 0 0.02 0.55 178.93 0.97 0.23
Hex 2 72 70 62 0 2 37 B3 61 17
Octal 2 162 160 142 0 2 67 263 141 27
Binary 10 1110010 1110000 1100010 0 10 110111 10110011 1100001 10111

Color Harmonies of #027270

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027270

Black with #027270

Text Example


Text Example

White with #027270

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027270; }

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

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

background-color css

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

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

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

border-color css

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

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

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