Html Css Color HEX #026C6B Pine Green

📋 copy color: '#026C6B'

red 2 ◦ green 108 ◦ blue 107

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

Shades of Pine Green #026C6B

Tints of Pine Green #026C6B

RGB

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

 GREEN value IS 108 (42.58% from 255) = 49.77%

 BLUE value IS 107 (42.19% from 255) = 49.31%

R = 0.92%
G = 49.77%
B = 49.31%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.01

 K value IS 0.58

RGB Variations

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

Color information

#026C6B (or 0x026C6B) is known color: Pine Green. HEX triplet: 02, 6C and 6B. RGB value is (2,108,107). Sum of RGB (Red+Green+Blue) = 2+108+107=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 108 (42.58% from 255 or 49.77% from 217); Blue value is 107 (42.19% from 255 or 49.31% from 217); Max value from RGB is 108 - color contains mainly: green. Hex color #026C6B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C6B is #FD9394. Grayscale: #4C4C4C. Windows color (decimal): -16618389 or 7040002. OLE color: 7040002.

HSL color Cylindrical-coordinate representation of color #026C6B: hue angle of 179.43º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.42% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026C6B is Cyan = 0.98, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.58.

Color convert

RGB 2 108 107 -
CMYK 0.98 0 0.01 0.58
HSL 179.43º 0.96% 0.22% -
HSV(B) 179.43º 0.98% 0.42% -
XYZ 8.04 11.8 15.76 -
YUV 76.19 145.38 75.08 -
System Red Green Blue C M Y K H S L
Decimal 2 108 107 0.98 0 0.01 0.58 179.43 0.96 0.22
Hex 2 6C 6B 62 0 1 3A B3 60 16
Octal 2 154 153 142 0 1 72 263 140 26
Binary 10 1101100 1101011 1100010 0 1 111010 10110011 1100000 10110

Color Harmonies of #026C6B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C6B

Black with #026C6B

Text Example


Text Example

White with #026C6B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #026C6B; }

 p { color: rgb(2,108,107); }

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

background-color css

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

 a { background-color: rgb(2,108,107); }

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

border-color css

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

 span { border-color: rgb(2,108,107); }

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