Html Css Color HEX #01745F Tropical Rain Forest

📋 copy color: '#01745F'

red 1 ◦ green 116 ◦ blue 95

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

Shades of Tropical Rain Forest #01745F

Tints of Tropical Rain Forest #01745F

RGB

 RED value IS 1 (0.78% from 255) = 0.47%

 GREEN value IS 116 (45.7% from 255) = 54.72%

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

R = 0.47%
G = 54.72%
B = 44.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.18

 K value IS 0.55

RGB Variations

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

Color information

#01745F (or 0x01745F) is known color: Tropical Rain Forest. HEX triplet: 01, 74 and 5F. RGB value is (1,116,95). Sum of RGB (Red+Green+Blue) = 1+116+95=212 (28% of max value = 765). Red value is 1 (0.78% from 255 or 0.47% from 212); Green value is 116 (45.70% from 255 or 54.72% from 212); Blue value is 95 (37.5% from 255 or 44.81% from 212); Max value from RGB is 116 - color contains mainly: green. Hex color #01745F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01745F is #FE8BA0. Grayscale: #4F4F4F. Windows color (decimal): -16681889 or 6255617. OLE color: 6255617.

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

Color convert

RGB 1 116 95 -
CMYK 0.99 0 0.18 0.55
HSL 169.04º 0.98% 0.23% -
HSV(B) 169.04º 0.99% 0.45% -
XYZ 8.32 13.32 12.96 -
YUV 79.22 136.9 72.21 -
System Red Green Blue C M Y K H S L
Decimal 1 116 95 0.99 0 0.18 0.55 169.04 0.98 0.23
Hex 1 74 5F 63 0 12 37 A9 62 17
Octal 1 164 137 143 0 22 67 251 142 27
Binary 1 1110100 1011111 1100011 0 10010 110111 10101001 1100010 10111

Color Harmonies of #01745F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01745F

Black with #01745F

Text Example


Text Example

White with #01745F

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(1,116,95); }

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

background-color css

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

 a { background-color: rgb(1,116,95); }

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

border-color css

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

 span { border-color: rgb(1,116,95); }

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