Html Css Color HEX #026D6A Pine Green

📋 copy color: '#026D6A'

red 2 ◦ green 109 ◦ blue 106

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

Shades of Pine Green #026D6A

Tints of Pine Green #026D6A

RGB

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

 GREEN value IS 109 (42.97% from 255) = 50.23%

 BLUE value IS 106 (41.8% from 255) = 48.85%

R = 0.92%
G = 50.23%
B = 48.85%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.57

RGB Variations

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

Color information

#026D6A (or 0x026D6A) is known color: Pine Green. HEX triplet: 02, 6D and 6A. RGB value is (2,109,106). Sum of RGB (Red+Green+Blue) = 2+109+106=217 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.92% from 217); Green value is 109 (42.97% from 255 or 50.23% from 217); Blue value is 106 (41.80% from 255 or 48.85% from 217); Max value from RGB is 109 - color contains mainly: green. Hex color #026D6A is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D6A is #FD9295. Grayscale: #4C4C4C. Windows color (decimal): -16618134 or 6974722. OLE color: 6974722.

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

Color convert

RGB 2 109 106 -
CMYK 0.98 0 0.03 0.57
HSL 178.32º 0.96% 0.22% -
HSV(B) 178.32º 0.98% 0.43% -
XYZ 8.1 11.99 15.52 -
YUV 76.67 144.55 74.74 -
System Red Green Blue C M Y K H S L
Decimal 2 109 106 0.98 0 0.03 0.57 178.32 0.96 0.22
Hex 2 6D 6A 62 0 3 39 B2 60 16
Octal 2 155 152 142 0 3 71 262 140 26
Binary 10 1101101 1101010 1100010 0 11 111001 10110010 1100000 10110

Color Harmonies of #026D6A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D6A

Black with #026D6A

Text Example


Text Example

White with #026D6A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,109,106); }

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

background-color css

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

 a { background-color: rgb(2,109,106); }

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

border-color css

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

 span { border-color: rgb(2,109,106); }

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