Html Css Color HEX #0C735B Tropical Rain Forest

📋 copy color: '#0C735B'

red 12 ◦ green 115 ◦ blue 91

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

Shades of Tropical Rain Forest #0C735B

Tints of Tropical Rain Forest #0C735B

RGB

 RED value IS 12 (5.08% from 255) = 5.5%

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

 BLUE value IS 91 (35.94% from 255) = 41.74%

R = 5.5%
G = 52.75%
B = 41.74%

CMYK

 C value IS 0.90

 M value IS 0

 Y value IS 0.21

 K value IS 0.55

RGB Variations

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

Color information

#0C735B (or 0x0C735B) is known color: Tropical Rain Forest. HEX triplet: 0C, 73 and 5B. RGB value is (12,115,91). Sum of RGB (Red+Green+Blue) = 12+115+91=218 (28% of max value = 765). Red value is 12 (5.08% from 255 or 5.50% from 218); Green value is 115 (45.31% from 255 or 52.75% from 218); Blue value is 91 (35.94% from 255 or 41.74% from 218); Max value from RGB is 115 - color contains mainly: green. Hex color #0C735B is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #0C735B is #F38CA4. Grayscale: #515151. Windows color (decimal): -15961253 or 5993228. OLE color: 5993228.

HSL color Cylindrical-coordinate representation of color #0C735B: hue angle of 166.02º degrees, saturation: 0.81, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #0C735B is Cyan = 0.90, Magento = 0, Yellow = 0.21 and Black (K on CMYK) = 0.55.

Color convert

RGB 12 115 91 -
CMYK 0.90 0 0.21 0.55
HSL 166.02º 0.81% 0.25% -
HSV(B) 166.02º 0.9% 0.45% -
XYZ 8.17 13.09 11.99 -
YUV 81.47 133.38 78.45 -
System Red Green Blue C M Y K H S L
Decimal 12 115 91 0.90 0 0.21 0.55 166.02 0.81 0.25
Hex C 73 5B 5A 0 15 37 A6 51 19
Octal 14 163 133 132 0 25 67 246 121 31
Binary 1100 1110011 1011011 1011010 0 10101 110111 10100110 1010001 11001

Color Harmonies of #0C735B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #0C735B

Black with #0C735B

Text Example


Text Example

White with #0C735B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(12,115,91); }

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

background-color css

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

 a { background-color: rgb(12,115,91); }

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

border-color css

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

 span { border-color: rgb(12,115,91); }

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