Html Css Color HEX #01815B Tropical Rain Forest

📋 copy color: '#01815B'

red 1 ◦ green 129 ◦ blue 91

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

Shades of Tropical Rain Forest #01815B

Tints of Tropical Rain Forest #01815B

RGB

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

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

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

R = 0.45%
G = 58.37%
B = 41.18%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#01815B (or 0x01815B) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 5B. RGB value is (1,129,91). Sum of RGB (Red+Green+Blue) = 1+129+91=221 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 221); Green value is 129 (50.78% from 255 or 58.37% from 221); Blue value is 91 (35.94% from 255 or 41.18% from 221); Max value from RGB is 129 - color contains mainly: green. Hex color #01815B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01815B is #FE7EA4. Grayscale: #565656. Windows color (decimal): -16678565 or 5996801. OLE color: 5996801.

HSL color Cylindrical-coordinate representation of color #01815B: hue angle of 162.19º 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 #01815B is Cyan = 0.99, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 129 91 -
CMYK 0.99 0 0.29 0.49
HSL 162.19º 0.98% 0.25% -
HSV(B) 162.19º 0.99% 0.51% -
XYZ 9.75 16.46 12.56 -
YUV 86.4 130.59 67.09 -
System Red Green Blue C M Y K H S L
Decimal 1 129 91 0.99 0 0.29 0.49 162.19 0.98 0.25
Hex 1 81 5B 63 0 1D 31 A2 62 19
Octal 1 201 133 143 0 35 61 242 142 31
Binary 1 10000001 1011011 1100011 0 11101 110001 10100010 1100010 11001

Color Harmonies of #01815B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01815B

Black with #01815B

Text Example


Text Example

White with #01815B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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