Html Css Color HEX #00735D Tropical Rain Forest

📋 copy color: '#00735D'

red 0 ◦ green 115 ◦ blue 93

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

Shades of Tropical Rain Forest #00735D

Tints of Tropical Rain Forest #00735D

RGB

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

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

 BLUE value IS 93 (36.72% from 255) = 44.71%

R = 0%
G = 55.29%
B = 44.71%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.19

 K value IS 0.55

RGB Variations

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

Color information

#00735D (or 0x00735D) is known color: Tropical Rain Forest. HEX triplet: 00, 73 and 5D. RGB value is (0,115,93). Sum of RGB (Red+Green+Blue) = 0+115+93=208 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 208); Green value is 115 (45.31% from 255 or 55.29% from 208); Blue value is 93 (36.72% from 255 or 44.71% from 208); Max value from RGB is 115 - color contains mainly: green. Hex color #00735D is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00735D is #FF8CA2. Grayscale: #4E4E4E. Windows color (decimal): -16747683 or 6124288. OLE color: 6124288.

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

Color convert

RGB 0 115 93 -
CMYK 1 0 0.19 0.55
HSL 168.52º 1% 0.23% -
HSV(B) 168.52º 1% 0.45% -
XYZ 8.11 13.05 12.45 -
YUV 78.11 136.4 72.29 -
System Red Green Blue C M Y K H S L
Decimal 0 115 93 1 0 0.19 0.55 168.52 1 0.23
Hex 0 73 5D 64 0 13 37 A9 64 17
Octal 0 163 135 144 0 23 67 251 144 27
Binary 0 1110011 1011101 1100100 0 10011 110111 10101001 1100100 10111

Color Harmonies of #00735D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00735D

Black with #00735D

Text Example


Text Example

White with #00735D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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