Html Css Color HEX #027D6E Pine Green

📋 copy color: '#027D6E'

red 2 ◦ green 125 ◦ blue 110

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

Shades of Pine Green #027D6E

Tints of Pine Green #027D6E

RGB

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

 GREEN value IS 125 (49.22% from 255) = 52.74%

 BLUE value IS 110 (43.36% from 255) = 46.41%

R = 0.84%
G = 52.74%
B = 46.41%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.12

 K value IS 0.51

RGB Variations

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

Color information

#027D6E (or 0x027D6E) is known color: Pine Green. HEX triplet: 02, 7D and 6E. RGB value is (2,125,110). Sum of RGB (Red+Green+Blue) = 2+125+110=237 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.84% from 237); Green value is 125 (49.22% from 255 or 52.74% from 237); Blue value is 110 (43.36% from 255 or 46.41% from 237); Max value from RGB is 125 - color contains mainly: green. Hex color #027D6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027D6E is #FD8291. Grayscale: #565656. Windows color (decimal): -16614034 or 7240962. OLE color: 7240962.

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

Color convert

RGB 2 125 110 -
CMYK 0.98 0 0.12 0.51
HSL 172.68º 0.97% 0.25% -
HSV(B) 172.68º 0.98% 0.49% -
XYZ 10.17 15.81 17.27 -
YUV 86.51 141.25 67.72 -
System Red Green Blue C M Y K H S L
Decimal 2 125 110 0.98 0 0.12 0.51 172.68 0.97 0.25
Hex 2 7D 6E 62 0 C 33 AD 61 19
Octal 2 175 156 142 0 14 63 255 141 31
Binary 10 1111101 1101110 1100010 0 1100 110011 10101101 1100001 11001

Color Harmonies of #027D6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027D6E

Black with #027D6E

Text Example


Text Example

White with #027D6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,125,110); }

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

background-color css

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

 a { background-color: rgb(2,125,110); }

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

border-color css

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

 span { border-color: rgb(2,125,110); }

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