#008268

Color #008268 Pine Green (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Pine Green #008268

Tints of Pine Green #008268

Color information

#008268 (or 0x008268) is unknown color: approx Pine Green. HEX triplet: 00, 82 and 68. RGB value is (0,130,104). Sum of RGB (Red+Green+Blue) = 0+130+104=234 (30% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 234); Green value is 130 (51.17% from 255 or 55.56% from 234); Blue value is 104 (41.02% from 255 or 44.44% from 234); Max value from RGB is 130 - color contains mainly: green. Hex color #008268 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008268 is #FF7D97. Grayscale: #585858. Windows color (decimal): -16743832 or 6849024. OLE color: 6849024.

HSL color Cylindrical-coordinate representation of color #008268: hue angle of 168º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #008268 is Cyan = 1, Magento = 0, Yellow = 0.2 and Black (K on CMYK) = 0.49.

Color convert

RGB0130104-
CMYK100.20.49
HSL168º100%25.49%-
HSV(B)168º100%50.98%-
XYZ10.4816.9615.82-
YUV88.17136.9365.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 130 (51.17% from 255) = 55.56%
BLUE value IS 104 (41.02% from 255) = 44.44%
R=0%
G=55.56%
B=44.44%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.2
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130104100.20.4916810025.49
Hex082686401431a86419
Octal02021501440246125014431
Binary0100000101101000110010001010011000110101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008268

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008268; }

 p { color: rgb(0,130,104); }

 H1.HeaderClassName
 {
   color: #008268;
 }
 .AnyTagClassName
 {
   color: #008268;
 }
</style>
background-color css

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

 a { background-color: rgb(0,130,104); }

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

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

 span { border-color: rgb(0,130,104); }

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