Html Css Color HEX #01725E Tropical Rain Forest

📋 copy color: '#01725E'

red 1 ◦ green 114 ◦ blue 94

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

Shades of Tropical Rain Forest #01725E

Tints of Tropical Rain Forest #01725E

RGB

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

 GREEN value IS 114 (44.92% from 255) = 54.55%

 BLUE value IS 94 (37.11% from 255) = 44.98%

R = 0.48%
G = 54.55%
B = 44.98%

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

#01725E (or 0x01725E) is known color: Tropical Rain Forest. HEX triplet: 01, 72 and 5E. RGB value is (1,114,94). Sum of RGB (Red+Green+Blue) = 1+114+94=209 (27% of max value = 765). Red value is 1 (0.78% from 255 or 0.48% from 209); Green value is 114 (44.92% from 255 or 54.55% from 209); Blue value is 94 (37.11% from 255 or 44.98% from 209); Max value from RGB is 114 - color contains mainly: green. Hex color #01725E is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #01725E is #FE8DA1. Grayscale: #4D4D4D. Windows color (decimal): -16682402 or 6189569. OLE color: 6189569.

HSL color Cylindrical-coordinate representation of color #01725E: hue angle of 169.38º 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 #01725E is Cyan = 0.99, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.55.

Color convert

RGB 1 114 94 -
CMYK 0.99 0 0.18 0.55
HSL 169.38º 0.98% 0.23% -
HSV(B) 169.38º 0.99% 0.45% -
XYZ 8.05 12.85 12.65 -
YUV 77.93 137.06 73.13 -
System Red Green Blue C M Y K H S L
Decimal 1 114 94 0.99 0 0.18 0.55 169.38 0.98 0.23
Hex 1 72 5E 63 0 12 37 A9 62 17
Octal 1 162 136 143 0 22 67 251 142 27
Binary 1 1110010 1011110 1100011 0 10010 110111 10101001 1100010 10111

Color Harmonies of #01725E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01725E

Black with #01725E

Text Example


Text Example

White with #01725E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01725E; }

 p { color: rgb(1,114,94); }

 H1.HeaderClassName
 {
   color: #01725E;
 }
 .AnyTagClassName
 {
   color: #01725E;
 }
</style>

background-color css

<style>
 a { background-color: #01725E; }

 a { background-color: rgb(1,114,94); }

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

border-color css

<style>
 span { border-color: #01725E; }

 span { border-color: rgb(1,114,94); }

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