Html Css Color HEX #027767 Pine Green

📋 copy color: '#027767'

red 2 ◦ green 119 ◦ blue 103

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

Shades of Pine Green #027767

Tints of Pine Green #027767

RGB

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

 GREEN value IS 119 (46.88% from 255) = 53.13%

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

R = 0.89%
G = 53.13%
B = 45.98%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.13

 K value IS 0.53

RGB Variations

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

Color information

#027767 (or 0x027767) is known color: Pine Green. HEX triplet: 02, 77 and 67. RGB value is (2,119,103). Sum of RGB (Red+Green+Blue) = 2+119+103=224 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.89% from 224); Green value is 119 (46.88% from 255 or 53.12% from 224); Blue value is 103 (40.62% from 255 or 45.98% from 224); Max value from RGB is 119 - color contains mainly: green. Hex color #027767 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027767 is #FD8898. Grayscale: #525252. Windows color (decimal): -16615577 or 6780674. OLE color: 6780674.

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

Color convert

RGB 2 119 103 -
CMYK 0.98 0 0.13 0.53
HSL 171.79º 0.97% 0.24% -
HSV(B) 171.79º 0.98% 0.47% -
XYZ 9.07 14.19 15.09 -
YUV 82.19 139.74 70.8 -
System Red Green Blue C M Y K H S L
Decimal 2 119 103 0.98 0 0.13 0.53 171.79 0.97 0.24
Hex 2 77 67 62 0 D 35 AC 61 18
Octal 2 167 147 142 0 15 65 254 141 30
Binary 10 1110111 1100111 1100010 0 1101 110101 10101100 1100001 11000

Color Harmonies of #027767

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027767

Black with #027767

Text Example


Text Example

White with #027767

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027767; }

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

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

background-color css

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

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

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

border-color css

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

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

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