Html Css Color HEX #027E68 Pine Green

📋 copy color: '#027E68'

red 2 ◦ green 126 ◦ blue 104

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

Shades of Pine Green #027E68

Tints of Pine Green #027E68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 44.83%

R = 0.86%
G = 54.31%
B = 44.83%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.51

RGB Variations

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

Color information

#027E68 (or 0x027E68) is known color: Pine Green. HEX triplet: 02, 7E and 68. RGB value is (2,126,104). Sum of RGB (Red+Green+Blue) = 2+126+104=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 126 (49.61% from 255 or 54.31% from 232); Blue value is 104 (41.02% from 255 or 44.83% from 232); Max value from RGB is 126 - color contains mainly: green. Hex color #027E68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027E68 is #FD8197. Grayscale: #565656. Windows color (decimal): -16613784 or 6848002. OLE color: 6848002.

HSL color Cylindrical-coordinate representation of color #027E68: hue angle of 169.35º 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 #027E68 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.51.

Color convert

RGB 2 126 104 -
CMYK 0.98 0 0.17 0.51
HSL 169.35º 0.97% 0.25% -
HSV(B) 169.35º 0.98% 0.49% -
XYZ 9.98 15.93 15.65 -
YUV 86.42 137.92 67.79 -
System Red Green Blue C M Y K H S L
Decimal 2 126 104 0.98 0 0.17 0.51 169.35 0.97 0.25
Hex 2 7E 68 62 0 11 33 A9 61 19
Octal 2 176 150 142 0 21 63 251 141 31
Binary 10 1111110 1101000 1100010 0 10001 110011 10101001 1100001 11001

Color Harmonies of #027E68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027E68

Black with #027E68

Text Example


Text Example

White with #027E68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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