#008269

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

Shades of Pine Green #008269

Tints of Pine Green #008269

Color information

#008269 (or 0x008269) is unknown color: approx Pine Green. HEX triplet: 00, 82 and 69. RGB value is (0,130,105). Sum of RGB (Red+Green+Blue) = 0+130+105=235 (31% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 235); Green value is 130 (51.17% from 255 or 55.32% from 235); Blue value is 105 (41.41% from 255 or 44.68% from 235); Max value from RGB is 130 - color contains mainly: green. Hex color #008269 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008269 is #FF7D96. Grayscale: #585858. Windows color (decimal): -16743831 or 6914560. OLE color: 6914560.

HSL color Cylindrical-coordinate representation of color #008269: hue angle of 168.46º 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 #008269 is Cyan = 1, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.49.

Color convert

RGB0130105-
CMYK100.190.49
HSL168.46º100%25.49%-
HSV(B)168.46º100%50.98%-
XYZ10.5316.9916.09-
YUV88.28137.4365.03-

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.32%
BLUE value IS 105 (41.41% from 255) = 44.68%
R=0%
G=55.32%
B=44.68%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal0130105100.190.49168.4610025.49
Hex082696401331a86419
Octal02021511440236125014431
Binary0100000101101001110010001001111000110101000110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008269

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008269; }

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

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

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

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

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

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

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

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