#007258

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

Shades of Tropical Rain Forest #007258

Tints of Tropical Rain Forest #007258

Color information

#007258 (or 0x007258) is unknown color: approx Tropical Rain Forest. HEX triplet: 00, 72 and 58. RGB value is (0,114,88). Sum of RGB (Red+Green+Blue) = 0+114+88=202 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 202); Green value is 114 (44.92% from 255 or 56.44% from 202); Blue value is 88 (34.77% from 255 or 43.56% from 202); Max value from RGB is 114 - color contains mainly: green. Hex color #007258 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007258 is #FF8DA7. Grayscale: #4C4C4C. Windows color (decimal): -16747944 or 5796352. OLE color: 5796352.

HSL color Cylindrical-coordinate representation of color #007258: hue angle of 166.32º degrees, saturation: 1, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 1%. Process color model (Four color, CMYK) of #007258 is Cyan = 1, Magento = 0, Yellow = 0.23 and Black (K on CMYK) = 0.55.

Color convert

RGB011488-
CMYK100.230.55
HSL166.32º100%22.35%-
HSV(B)166.32º100%44.71%-
XYZ7.7812.7411.28-
YUV76.95134.2373.11-

RGB Variations

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

RGB

RED value IS 0 (0.39% from 255) = 0%
GREEN value IS 114 (44.92% from 255) = 56.44%
BLUE value IS 88 (34.77% from 255) = 43.56%
R=0%
G=56.44%
B=43.56%

CMYK

C (Cyan) values IS 1
M (Magenta) values IS 0
Y (Yellow) values IS 0.23
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal011488100.230.55166.3210022.35
Hex072586401737a66416
Octal01621301440276724614426
Binary011100101011000110010001011111011110100110110010010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #007258

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #007258; }

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

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

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

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

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

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

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

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