#008258

Color #008258 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #008258

Tints of Tropical Rain Forest #008258

Color information

#008258 (or 0x008258) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 82 and 58. RGB value is (0,130,88). Sum of RGB (Red+Green+Blue) = 0+130+88=218 (28% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 218); Green value is 130 (51.17% from 255 or 59.63% from 218); Blue value is 88 (34.77% from 255 or 40.37% from 218); Max value from RGB is 130 - color contains mainly: green. Hex color #008258 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #008258 is #FF7DA7. Grayscale: #565656. Windows color (decimal): -16743848 or 5800448. OLE color: 5800448.

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

Color convert

RGB013088-
CMYK100.320.49
HSL160.62º100%25.49%-
HSV(B)160.62º100%50.98%-
XYZ9.7416.6711.94-
YUV86.34128.9366.42-

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) = 59.63%
BLUE value IS 88 (34.77% from 255) = 40.37%
R=0%
G=59.63%
B=40.37%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.32
K (Black) values IS 0.49
SystemRedGreenBlueCMYKHSL
Decimal013088100.320.49160.6210025.49
Hex082586402031a16419
Octal02021301440406124114431
Binary01000001010110001100100010000011000110100001110010011001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #008258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #008258; }

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

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

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

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

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

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

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

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