Html Css Color HEX #01825D Tropical Rain Forest

📋 copy color: '#01825D'

red 1 ◦ green 130 ◦ blue 93

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

Shades of Tropical Rain Forest #01825D

Tints of Tropical Rain Forest #01825D

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.04%

 BLUE value IS 93 (36.72% from 255) = 41.52%

R = 0.45%
G = 58.04%
B = 41.52%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#01825D (or 0x01825D) is known color: Tropical Rain Forest. HEX triplet: 01, 82 and 5D. RGB value is (1,130,93). Sum of RGB (Red+Green+Blue) = 1+130+93=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 130 (51.17% from 255 or 58.04% from 224); Blue value is 93 (36.72% from 255 or 41.52% from 224); Max value from RGB is 130 - color contains mainly: green. Hex color #01825D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01825D is #FE7DA2. Grayscale: #575757. Windows color (decimal): -16678307 or 6128129. OLE color: 6128129.

HSL color Cylindrical-coordinate representation of color #01825D: hue angle of 162.79º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01825D is Cyan = 0.99, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 93 -
CMYK 0.99 0 0.28 0.49
HSL 162.79º 0.98% 0.26% -
HSV(B) 162.79º 0.99% 0.51% -
XYZ 9.97 16.76 13.07 -
YUV 87.21 131.26 66.51 -
System Red Green Blue C M Y K H S L
Decimal 1 130 93 0.99 0 0.28 0.49 162.79 0.98 0.26
Hex 1 82 5D 63 0 1C 31 A3 62 1A
Octal 1 202 135 143 0 34 61 243 142 32
Binary 1 10000010 1011101 1100011 0 11100 110001 10100011 1100010 11010

Color Harmonies of #01825D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01825D

Black with #01825D

Text Example


Text Example

White with #01825D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01825D; }

 p { color: rgb(1,130,93); }

 H1.HeaderClassName
 {
   color: #01825D;
 }
 .AnyTagClassName
 {
   color: #01825D;
 }
</style>

background-color css

<style>
 a { background-color: #01825D; }

 a { background-color: rgb(1,130,93); }

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

border-color css

<style>
 span { border-color: #01825D; }

 span { border-color: rgb(1,130,93); }

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