Html Css Color HEX #026C69 Pine Green

📋 copy color: '#026C69'

red 2 ◦ green 108 ◦ blue 105

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

Shades of Pine Green #026C69

Tints of Pine Green #026C69

RGB

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

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

 BLUE value IS 105 (41.41% from 255) = 48.84%

R = 0.93%
G = 50.23%
B = 48.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.03

 K value IS 0.58

RGB Variations

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

Color information

#026C69 (or 0x026C69) is known color: Pine Green. HEX triplet: 02, 6C and 69. RGB value is (2,108,105). Sum of RGB (Red+Green+Blue) = 2+108+105=215 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 215); Green value is 108 (42.58% from 255 or 50.23% from 215); Blue value is 105 (41.41% from 255 or 48.84% from 215); Max value from RGB is 108 - color contains mainly: green. Hex color #026C69 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026C69 is #FD9396. Grayscale: #4B4B4B. Windows color (decimal): -16618391 or 6908930. OLE color: 6908930.

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

Color convert

RGB 2 108 105 -
CMYK 0.98 0 0.03 0.58
HSL 178.3º 0.96% 0.22% -
HSV(B) 178.3º 0.98% 0.42% -
XYZ 7.94 11.76 15.22 -
YUV 75.96 144.38 75.24 -
System Red Green Blue C M Y K H S L
Decimal 2 108 105 0.98 0 0.03 0.58 178.3 0.96 0.22
Hex 2 6C 69 62 0 3 3A B2 60 16
Octal 2 154 151 142 0 3 72 262 140 26
Binary 10 1101100 1101001 1100010 0 11 111010 10110010 1100000 10110

Color Harmonies of #026C69

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #026C69

Black with #026C69

Text Example


Text Example

White with #026C69

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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