Html Css Color HEX #027A67 Pine Green

📋 copy color: '#027A67'

red 2 ◦ green 122 ◦ blue 103

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

Shades of Pine Green #027A67

Tints of Pine Green #027A67

RGB

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

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

 BLUE value IS 103 (40.63% from 255) = 45.37%

R = 0.88%
G = 53.74%
B = 45.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.16

 K value IS 0.52

RGB Variations

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

Color information

#027A67 (or 0x027A67) is known color: Pine Green. HEX triplet: 02, 7A and 67. RGB value is (2,122,103). Sum of RGB (Red+Green+Blue) = 2+122+103=227 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 227); Green value is 122 (48.05% from 255 or 53.74% from 227); Blue value is 103 (40.62% from 255 or 45.37% from 227); Max value from RGB is 122 - color contains mainly: green. Hex color #027A67 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027A67 is #FD8598. Grayscale: #535353. Windows color (decimal): -16614809 or 6781442. OLE color: 6781442.

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

Color convert

RGB 2 122 103 -
CMYK 0.98 0 0.16 0.52
HSL 170.5º 0.97% 0.24% -
HSV(B) 170.5º 0.98% 0.48% -
XYZ 9.43 14.91 15.21 -
YUV 83.95 138.74 69.54 -
System Red Green Blue C M Y K H S L
Decimal 2 122 103 0.98 0 0.16 0.52 170.5 0.97 0.24
Hex 2 7A 67 62 0 10 34 AA 61 18
Octal 2 172 147 142 0 20 64 252 141 30
Binary 10 1111010 1100111 1100010 0 10000 110100 10101010 1100001 11000

Color Harmonies of #027A67

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027A67

Black with #027A67

Text Example


Text Example

White with #027A67

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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