Html Css Color HEX #028168 Pine Green

📋 copy color: '#028168'

red 2 ◦ green 129 ◦ blue 104

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

Shades of Pine Green #028168

Tints of Pine Green #028168

RGB

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

 GREEN value IS 129 (50.78% from 255) = 54.89%

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

R = 0.85%
G = 54.89%
B = 44.26%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.19

 K value IS 0.49

RGB Variations

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

Color information

#028168 (or 0x028168) is known color: Pine Green. HEX triplet: 02, 81 and 68. RGB value is (2,129,104). Sum of RGB (Red+Green+Blue) = 2+129+104=235 (31% of max value = 765). Red value is 2 (1.17% from 255 or 0.85% from 235); Green value is 129 (50.78% from 255 or 54.89% from 235); Blue value is 104 (41.02% from 255 or 44.26% from 235); Max value from RGB is 129 - color contains mainly: green. Hex color #028168 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #028168 is #FD7E97. Grayscale: #585858. Windows color (decimal): -16613016 or 6848770. OLE color: 6848770.

HSL color Cylindrical-coordinate representation of color #028168: hue angle of 168.19º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #028168 is Cyan = 0.98, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 129 104 -
CMYK 0.98 0 0.19 0.49
HSL 168.19º 0.97% 0.26% -
HSV(B) 168.19º 0.98% 0.51% -
XYZ 10.37 16.71 15.78 -
YUV 88.18 136.92 66.53 -
System Red Green Blue C M Y K H S L
Decimal 2 129 104 0.98 0 0.19 0.49 168.19 0.97 0.26
Hex 2 81 68 62 0 13 31 A8 61 1A
Octal 2 201 150 142 0 23 61 250 141 32
Binary 10 10000001 1101000 1100010 0 10011 110001 10101000 1100001 11010

Color Harmonies of #028168

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #028168

Black with #028168

Text Example


Text Example

White with #028168

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #028168; }

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

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

background-color css

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

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

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

border-color css

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

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

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