Html Css Color HEX #027A6C Pine Green

📋 copy color: '#027A6C'

red 2 ◦ green 122 ◦ blue 108

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

Shades of Pine Green #027A6C

Tints of Pine Green #027A6C

RGB

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

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

 BLUE value IS 108 (42.58% from 255) = 46.55%

R = 0.86%
G = 52.59%
B = 46.55%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.52

RGB Variations

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

Color information

#027A6C (or 0x027A6C) is known color: Pine Green. HEX triplet: 02, 7A and 6C. RGB value is (2,122,108). Sum of RGB (Red+Green+Blue) = 2+122+108=232 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.86% from 232); Green value is 122 (48.05% from 255 or 52.59% from 232); Blue value is 108 (42.58% from 255 or 46.55% from 232); Max value from RGB is 122 - color contains mainly: green. Hex color #027A6C is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A6C is #FD8593. Grayscale: #545454. Windows color (decimal): -16614804 or 7109122. OLE color: 7109122.

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

Color convert

RGB 2 122 108 -
CMYK 0.98 0 0.11 0.52
HSL 173º 0.97% 0.24% -
HSV(B) 173º 0.98% 0.48% -
XYZ 9.69 15.01 16.57 -
YUV 84.52 141.24 69.14 -
System Red Green Blue C M Y K H S L
Decimal 2 122 108 0.98 0 0.11 0.52 173 0.97 0.24
Hex 2 7A 6C 62 0 B 34 AD 61 18
Octal 2 172 154 142 0 13 64 255 141 30
Binary 10 1111010 1101100 1100010 0 1011 110100 10101101 1100001 11000

Color Harmonies of #027A6C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A6C

Black with #027A6C

Text Example


Text Example

White with #027A6C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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