Html Css Color HEX #00735F Tropical Rain Forest

📋 copy color: '#00735F'

red 0 ◦ green 115 ◦ blue 95

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

Shades of Tropical Rain Forest #00735F

Tints of Tropical Rain Forest #00735F

RGB

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

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

 BLUE value IS 95 (37.5% from 255) = 45.24%

R = 0%
G = 54.76%
B = 45.24%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#00735F (or 0x00735F) is known color: Tropical Rain Forest. HEX triplet: 00, 73 and 5F. RGB value is (0,115,95). Sum of RGB (Red+Green+Blue) = 0+115+95=210 (27% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 210); Green value is 115 (45.31% from 255 or 54.76% from 210); Blue value is 95 (37.5% from 255 or 45.24% from 210); Max value from RGB is 115 - color contains mainly: green. Hex color #00735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #00735F is #FF8CA0. Grayscale: #4E4E4E. Windows color (decimal): -16747681 or 6255360. OLE color: 6255360.

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

Color convert

RGB 0 115 95 -
CMYK 1 0 0.17 0.55
HSL 169.57º 1% 0.23% -
HSV(B) 169.57º 1% 0.45% -
XYZ 8.2 13.09 12.92 -
YUV 78.34 137.4 72.13 -
System Red Green Blue C M Y K H S L
Decimal 0 115 95 1 0 0.17 0.55 169.57 1 0.23
Hex 0 73 5F 64 0 11 37 AA 64 17
Octal 0 163 137 144 0 21 67 252 144 27
Binary 0 1110011 1011111 1100100 0 10001 110111 10101010 1100100 10111

Color Harmonies of #00735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00735F

Black with #00735F

Text Example


Text Example

White with #00735F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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