Html Css Color HEX #007058 Tropical Rain Forest

📋 copy color: '#007058'

red 0 ◦ green 112 ◦ blue 88

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

Shades of Tropical Rain Forest #007058

Tints of Tropical Rain Forest #007058

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 112 (44.14% from 255) = 56%

 BLUE value IS 88 (34.77% from 255) = 44%

R = 0%
G = 56%
B = 44%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.21

 K value IS 0.56

RGB Variations

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

Color information

#007058 (or 0x007058) is known color: Tropical Rain Forest. HEX triplet: 00, 70 and 58. RGB value is (0,112,88). Sum of RGB (Red+Green+Blue) = 0+112+88=200 (26% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 200); Green value is 112 (44.14% from 255 or 56% from 200); Blue value is 88 (34.77% from 255 or 44% from 200); Max value from RGB is 112 - color contains mainly: green. Hex color #007058 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #007058 is #FF8FA7. Grayscale: #4B4B4B. Windows color (decimal): -16748456 or 5795840. OLE color: 5795840.

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

Color convert

RGB 0 112 88 -
CMYK 1 0 0.21 0.56
HSL 167.14º 1% 0.22% -
HSV(B) 167.14º 1% 0.44% -
XYZ 7.56 12.29 11.21 -
YUV 75.78 134.89 73.95 -
System Red Green Blue C M Y K H S L
Decimal 0 112 88 1 0 0.21 0.56 167.14 1 0.22
Hex 0 70 58 64 0 15 38 A7 64 16
Octal 0 160 130 144 0 25 70 247 144 26
Binary 0 1110000 1011000 1100100 0 10101 111000 10100111 1100100 10110

Color Harmonies of #007058

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #007058

Black with #007058

Text Example


Text Example

White with #007058

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #007058; }

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

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

background-color css

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

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

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

border-color css

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

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

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