Html Css Color HEX #027A6E Pine Green

📋 copy color: '#027A6E'

red 2 ◦ green 122 ◦ blue 110

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

Shades of Pine Green #027A6E

Tints of Pine Green #027A6E

RGB

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

 GREEN value IS 122 (48.05% from 255) = 52.14%

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

R = 0.85%
G = 52.14%
B = 47.01%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.10

 K value IS 0.52

RGB Variations

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

Color information

#027A6E (or 0x027A6E) is known color: Pine Green. HEX triplet: 02, 7A and 6E. RGB value is (2,122,110). Sum of RGB (Red+Green+Blue) = 2+122+110=234 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 234); Green value is 122 (48.05% from 255 or 52.14% from 234); Blue value is 110 (43.36% from 255 or 47.01% from 234); Max value from RGB is 122 - color contains mainly: green. Hex color #027A6E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A6E is #FD8591. Grayscale: #545454. Windows color (decimal): -16614802 or 7240194. OLE color: 7240194.

HSL color Cylindrical-coordinate representation of color #027A6E: hue angle of 174º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027A6E is Cyan = 0.98, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.52.

Color convert

RGB 2 122 110 -
CMYK 0.98 0 0.10 0.52
HSL 174º 0.97% 0.24% -
HSV(B) 174º 0.98% 0.48% -
XYZ 9.8 15.06 17.14 -
YUV 84.75 142.24 68.98 -
System Red Green Blue C M Y K H S L
Decimal 2 122 110 0.98 0 0.10 0.52 174 0.97 0.24
Hex 2 7A 6E 62 0 A 34 AE 61 18
Octal 2 172 156 142 0 12 64 256 141 30
Binary 10 1111010 1101110 1100010 0 1010 110100 10101110 1100001 11000

Color Harmonies of #027A6E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A6E

Black with #027A6E

Text Example


Text Example

White with #027A6E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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