Html Css Color HEX #00735E Tropical Rain Forest

📋 copy color: '#00735E'

red 0 ◦ green 115 ◦ blue 94

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

Shades of Tropical Rain Forest #00735E

Tints of Tropical Rain Forest #00735E

RGB

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

 GREEN value IS 115 (45.31% from 255) = 55.02%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 0%
G = 55.02%
B = 44.98%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#00735E (or 0x00735E) is known color: Tropical Rain Forest. HEX triplet: 00, 73 and 5E. RGB value is (0,115,94). Sum of RGB (Red+Green+Blue) = 0+115+94=209 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 209); Green value is 115 (45.31% from 255 or 55.02% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 115 - color contains mainly: green. Hex color #00735E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00735E is #FF8CA1. Grayscale: #4E4E4E. Windows color (decimal): -16747682 or 6189824. OLE color: 6189824.

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

Color convert

RGB 0 115 94 -
CMYK 1 0 0.18 0.55
HSL 169.04º 1% 0.23% -
HSV(B) 169.04º 1% 0.45% -
XYZ 8.15 13.07 12.68 -
YUV 78.22 136.9 72.21 -
System Red Green Blue C M Y K H S L
Decimal 0 115 94 1 0 0.18 0.55 169.04 1 0.23
Hex 0 73 5E 64 0 12 37 A9 64 17
Octal 0 163 136 144 0 22 67 251 144 27
Binary 0 1110011 1011110 1100100 0 10010 110111 10101001 1100100 10111

Color Harmonies of #00735E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00735E

Black with #00735E

Text Example


Text Example

White with #00735E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #00735E; }

 p { color: rgb(0,115,94); }

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

background-color css

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

 a { background-color: rgb(0,115,94); }

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

border-color css

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

 span { border-color: rgb(0,115,94); }

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