Html Css Color HEX #01815D Tropical Rain Forest

📋 copy color: '#01815D'

red 1 ◦ green 129 ◦ blue 93

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

Shades of Tropical Rain Forest #01815D

Tints of Tropical Rain Forest #01815D

RGB

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

 GREEN value IS 129 (50.78% from 255) = 57.85%

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

R = 0.45%
G = 57.85%
B = 41.7%

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

#01815D (or 0x01815D) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 5D. RGB value is (1,129,93). Sum of RGB (Red+Green+Blue) = 1+129+93=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 129 (50.78% from 255 or 57.85% from 223); Blue value is 93 (36.72% from 255 or 41.70% from 223); Max value from RGB is 129 - color contains mainly: green. Hex color #01815D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01815D is #FE7EA2. Grayscale: #565656. Windows color (decimal): -16678563 or 6127873. OLE color: 6127873.

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

Color convert

RGB 1 129 93 -
CMYK 0.99 0 0.28 0.49
HSL 163.13º 0.98% 0.25% -
HSV(B) 163.13º 0.99% 0.51% -
XYZ 9.84 16.5 13.02 -
YUV 86.62 131.59 66.93 -
System Red Green Blue C M Y K H S L
Decimal 1 129 93 0.99 0 0.28 0.49 163.13 0.98 0.25
Hex 1 81 5D 63 0 1C 31 A3 62 19
Octal 1 201 135 143 0 34 61 243 142 31
Binary 1 10000001 1011101 1100011 0 11100 110001 10100011 1100010 11001

Color Harmonies of #01815D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01815D

Black with #01815D

Text Example


Text Example

White with #01815D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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