Html Css Color HEX #027066 Pine Green

📋 copy color: '#027066'

red 2 ◦ green 112 ◦ blue 102

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

Shades of Pine Green #027066

Tints of Pine Green #027066

RGB

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

 GREEN value IS 112 (44.14% from 255) = 51.85%

 BLUE value IS 102 (40.23% from 255) = 47.22%

R = 0.93%
G = 51.85%
B = 47.22%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.09

 K value IS 0.56

RGB Variations

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

Color information

#027066 (or 0x027066) is known color: Pine Green. HEX triplet: 02, 70 and 66. RGB value is (2,112,102). Sum of RGB (Red+Green+Blue) = 2+112+102=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 112 (44.14% from 255 or 51.85% from 216); Blue value is 102 (40.23% from 255 or 47.22% from 216); Max value from RGB is 112 - color contains mainly: green. Hex color #027066 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027066 is #FD8F99. Grayscale: #4D4D4D. Windows color (decimal): -16617370 or 6713346. OLE color: 6713346.

HSL color Cylindrical-coordinate representation of color #027066: hue angle of 174.55º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027066 is Cyan = 0.98, Magento = 0, Yellow = 0.09 and Black (K on CMYK) = 0.56.

Color convert

RGB 2 112 102 -
CMYK 0.98 0 0.09 0.56
HSL 174.55º 0.96% 0.22% -
HSV(B) 174.55º 0.98% 0.44% -
XYZ 8.22 12.56 14.56 -
YUV 77.97 141.56 73.81 -
System Red Green Blue C M Y K H S L
Decimal 2 112 102 0.98 0 0.09 0.56 174.55 0.96 0.22
Hex 2 70 66 62 0 9 38 AF 60 16
Octal 2 160 146 142 0 11 70 257 140 26
Binary 10 1110000 1100110 1100010 0 1001 111000 10101111 1100000 10110

Color Harmonies of #027066

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027066

Black with #027066

Text Example


Text Example

White with #027066

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027066; }

 p { color: rgb(2,112,102); }

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

background-color css

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

 a { background-color: rgb(2,112,102); }

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

border-color css

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

 span { border-color: rgb(2,112,102); }

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