Html Css Color HEX #01815E Tropical Rain Forest

📋 copy color: '#01815E'

red 1 ◦ green 129 ◦ blue 94

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

Shades of Tropical Rain Forest #01815E

Tints of Tropical Rain Forest #01815E

RGB

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

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

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

R = 0.45%
G = 57.59%
B = 41.96%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.27

 K value IS 0.49

RGB Variations

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

Color information

#01815E (or 0x01815E) is known color: Tropical Rain Forest. HEX triplet: 01, 81 and 5E. RGB value is (1,129,94). Sum of RGB (Red+Green+Blue) = 1+129+94=224 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 224); Green value is 129 (50.78% from 255 or 57.59% from 224); Blue value is 94 (37.11% from 255 or 41.96% from 224); Max value from RGB is 129 - color contains mainly: green. Hex color #01815E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01815E is #FE7EA1. Grayscale: #565656. Windows color (decimal): -16678562 or 6193409. OLE color: 6193409.

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

Color convert

RGB 1 129 94 -
CMYK 0.99 0 0.27 0.49
HSL 163.59º 0.98% 0.25% -
HSV(B) 163.59º 0.99% 0.51% -
XYZ 9.88 16.52 13.26 -
YUV 86.74 132.09 66.85 -
System Red Green Blue C M Y K H S L
Decimal 1 129 94 0.99 0 0.27 0.49 163.59 0.98 0.25
Hex 1 81 5E 63 0 1B 31 A4 62 19
Octal 1 201 136 143 0 33 61 244 142 31
Binary 1 10000001 1011110 1100011 0 11011 110001 10100100 1100010 11001

Color Harmonies of #01815E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01815E

Black with #01815E

Text Example


Text Example

White with #01815E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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