Html Css Color HEX #027669 Pine Green

📋 copy color: '#027669'

red 2 ◦ green 118 ◦ blue 105

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

Shades of Pine Green #027669

Tints of Pine Green #027669

RGB

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

 GREEN value IS 118 (46.48% from 255) = 52.44%

 BLUE value IS 105 (41.41% from 255) = 46.67%

R = 0.89%
G = 52.44%
B = 46.67%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.54

RGB Variations

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

Color information

#027669 (or 0x027669) is known color: Pine Green. HEX triplet: 02, 76 and 69. RGB value is (2,118,105). Sum of RGB (Red+Green+Blue) = 2+118+105=225 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 225); Green value is 118 (46.48% from 255 or 52.44% from 225); Blue value is 105 (41.41% from 255 or 46.67% from 225); Max value from RGB is 118 - color contains mainly: green. Hex color #027669 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027669 is #FD8996. Grayscale: #515151. Windows color (decimal): -16615831 or 6911490. OLE color: 6911490.

HSL color Cylindrical-coordinate representation of color #027669: hue angle of 173.28º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027669 is Cyan = 0.98, Magento = 0, Yellow = 0.11 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 105 -
CMYK 0.98 0 0.11 0.54
HSL 173.28º 0.97% 0.24% -
HSV(B) 173.28º 0.98% 0.46% -
XYZ 9.05 13.99 15.59 -
YUV 81.83 141.07 71.06 -
System Red Green Blue C M Y K H S L
Decimal 2 118 105 0.98 0 0.11 0.54 173.28 0.97 0.24
Hex 2 76 69 62 0 B 36 AD 61 18
Octal 2 166 151 142 0 13 66 255 141 30
Binary 10 1110110 1101001 1100010 0 1011 110110 10101101 1100001 11000

Color Harmonies of #027669

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027669

Black with #027669

Text Example


Text Example

White with #027669

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027669; }

 p { color: rgb(2,118,105); }

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

background-color css

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

 a { background-color: rgb(2,118,105); }

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

border-color css

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

 span { border-color: rgb(2,118,105); }

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