Html Css Color HEX #0D735F Tropical Rain Forest

📋 copy color: '#0D735F'

red 13 ◦ green 115 ◦ blue 95

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

Shades of Tropical Rain Forest #0D735F

Tints of Tropical Rain Forest #0D735F

RGB

 RED value IS 13 (5.47% from 255) = 5.83%

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

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

R = 5.83%
G = 51.57%
B = 42.6%

CMYK

 C value IS 0.89

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#0D735F (or 0x0D735F) is known color: Tropical Rain Forest. HEX triplet: 0D, 73 and 5F. RGB value is (13,115,95). Sum of RGB (Red+Green+Blue) = 13+115+95=223 (29% of max value = 765). Red value is 13 (5.47% from 255 or 5.83% from 223); Green value is 115 (45.31% from 255 or 51.57% from 223); Blue value is 95 (37.5% from 255 or 42.60% from 223); Max value from RGB is 115 - color contains mainly: green. Hex color #0D735F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0D735F is #F28CA0. Grayscale: #525252. Windows color (decimal): -15895713 or 6255373. OLE color: 6255373.

HSL color Cylindrical-coordinate representation of color #0D735F: hue angle of 168.24º degrees, saturation: 0.8, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #0D735F is Cyan = 0.89, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 13 115 95 -
CMYK 0.89 0 0.17 0.55
HSL 168.24º 0.8% 0.25% -
HSV(B) 168.24º 0.89% 0.45% -
XYZ 8.36 13.17 12.93 -
YUV 82.22 135.21 78.63 -
System Red Green Blue C M Y K H S L
Decimal 13 115 95 0.89 0 0.17 0.55 168.24 0.8 0.25
Hex D 73 5F 59 0 11 37 A8 50 19
Octal 15 163 137 131 0 21 67 250 120 31
Binary 1101 1110011 1011111 1011001 0 10001 110111 10101000 1010000 11001

Color Harmonies of #0D735F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0D735F

Black with #0D735F

Text Example


Text Example

White with #0D735F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #0D735F; }

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

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

background-color css

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

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

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

border-color css

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

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

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