Html Css Color HEX #026D68 Pine Green

📋 copy color: '#026D68'

red 2 ◦ green 109 ◦ blue 104

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

Shades of Pine Green #026D68

Tints of Pine Green #026D68

RGB

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

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

 BLUE value IS 104 (41.02% from 255) = 48.37%

R = 0.93%
G = 50.7%
B = 48.37%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.05

 K value IS 0.57

RGB Variations

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

Color information

#026D68 (or 0x026D68) is known color: Pine Green. HEX triplet: 02, 6D and 68. RGB value is (2,109,104). Sum of RGB (Red+Green+Blue) = 2+109+104=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 109 (42.97% from 255 or 50.70% from 215); Blue value is 104 (41.02% from 255 or 48.37% from 215); Max value from RGB is 109 - color contains mainly: green. Hex color #026D68 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026D68 is #FD9297. Grayscale: #4C4C4C. Windows color (decimal): -16618136 or 6843650. OLE color: 6843650.

HSL color Cylindrical-coordinate representation of color #026D68: hue angle of 177.2º 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 #026D68 is Cyan = 0.98, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.57.

Color convert

RGB 2 109 104 -
CMYK 0.98 0 0.05 0.57
HSL 177.2º 0.96% 0.22% -
HSV(B) 177.2º 0.98% 0.43% -
XYZ 7.99 11.95 14.98 -
YUV 76.44 143.55 74.91 -
System Red Green Blue C M Y K H S L
Decimal 2 109 104 0.98 0 0.05 0.57 177.2 0.96 0.22
Hex 2 6D 68 62 0 5 39 B1 60 16
Octal 2 155 150 142 0 5 71 261 140 26
Binary 10 1101101 1101000 1100010 0 101 111001 10110001 1100000 10110

Color Harmonies of #026D68

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026D68

Black with #026D68

Text Example


Text Example

White with #026D68

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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