Html Css Color HEX #027667 Pine Green

📋 copy color: '#027667'

red 2 ◦ green 118 ◦ blue 103

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

Shades of Pine Green #027667

Tints of Pine Green #027667

RGB

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

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

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

R = 0.9%
G = 52.91%
B = 46.19%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.54

RGB Variations

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

Color information

#027667 (or 0x027667) is known color: Pine Green. HEX triplet: 02, 76 and 67. RGB value is (2,118,103). Sum of RGB (Red+Green+Blue) = 2+118+103=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 118 (46.48% from 255 or 52.91% from 223); Blue value is 103 (40.62% from 255 or 46.19% from 223); Max value from RGB is 118 - color contains mainly: green. Hex color #027667 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027667 is #FD8998. Grayscale: #515151. Windows color (decimal): -16615833 or 6780418. OLE color: 6780418.

HSL color Cylindrical-coordinate representation of color #027667: hue angle of 172.24º 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 #027667 is Cyan = 0.98, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.54.

Color convert

RGB 2 118 103 -
CMYK 0.98 0 0.13 0.54
HSL 172.24º 0.97% 0.24% -
HSV(B) 172.24º 0.98% 0.46% -
XYZ 8.95 13.95 15.05 -
YUV 81.61 140.07 71.22 -
System Red Green Blue C M Y K H S L
Decimal 2 118 103 0.98 0 0.13 0.54 172.24 0.97 0.24
Hex 2 76 67 62 0 D 36 AC 61 18
Octal 2 166 147 142 0 15 66 254 141 30
Binary 10 1110110 1100111 1100010 0 1101 110110 10101100 1100001 11000

Color Harmonies of #027667

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027667

Black with #027667

Text Example


Text Example

White with #027667

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027667; }

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

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

background-color css

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

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

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

border-color css

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

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

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