Html Css Color HEX #027E6A Pine Green

📋 copy color: '#027E6A'

red 2 ◦ green 126 ◦ blue 106

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

Shades of Pine Green #027E6A

Tints of Pine Green #027E6A

RGB

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

 GREEN value IS 126 (49.61% from 255) = 53.85%

 BLUE value IS 106 (41.8% from 255) = 45.3%

R = 0.85%
G = 53.85%
B = 45.3%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.51

RGB Variations

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

Color information

#027E6A (or 0x027E6A) is known color: Pine Green. HEX triplet: 02, 7E and 6A. RGB value is (2,126,106). Sum of RGB (Red+Green+Blue) = 2+126+106=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 126 (49.61% from 255 or 53.85% from 234); Blue value is 106 (41.80% from 255 or 45.30% from 234); Max value from RGB is 126 - color contains mainly: green. Hex color #027E6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E6A is #FD8195. Grayscale: #565656. Windows color (decimal): -16613782 or 6979074. OLE color: 6979074.

HSL color Cylindrical-coordinate representation of color #027E6A: hue angle of 170.32º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.49% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027E6A is Cyan = 0.98, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 126 106 -
CMYK 0.98 0 0.16 0.51
HSL 170.32º 0.97% 0.25% -
HSV(B) 170.32º 0.98% 0.49% -
XYZ 10.09 15.98 16.19 -
YUV 86.64 138.92 67.63 -
System Red Green Blue C M Y K H S L
Decimal 2 126 106 0.98 0 0.16 0.51 170.32 0.97 0.25
Hex 2 7E 6A 62 0 10 33 AA 61 19
Octal 2 176 152 142 0 20 63 252 141 31
Binary 10 1111110 1101010 1100010 0 10000 110011 10101010 1100001 11001

Color Harmonies of #027E6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E6A

Black with #027E6A

Text Example


Text Example

White with #027E6A

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027E6A; }

 p { color: rgb(2,126,106); }

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

background-color css

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

 a { background-color: rgb(2,126,106); }

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

border-color css

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

 span { border-color: rgb(2,126,106); }

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