Html Css Color HEX #01865B Tropical Rain Forest

📋 copy color: '#01865B'

red 1 ◦ green 134 ◦ blue 91

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

Shades of Tropical Rain Forest #01865B

Tints of Tropical Rain Forest #01865B

RGB

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

 GREEN value IS 134 (52.73% from 255) = 59.29%

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

R = 0.44%
G = 59.29%
B = 40.27%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.32

 K value IS 0.47

RGB Variations

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

Color information

#01865B (or 0x01865B) is known color: Tropical Rain Forest. HEX triplet: 01, 86 and 5B. RGB value is (1,134,91). Sum of RGB (Red+Green+Blue) = 1+134+91=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 134 (52.73% from 255 or 59.29% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 134 - color contains mainly: green. Hex color #01865B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01865B is #FE79A4. Grayscale: #595959. Windows color (decimal): -16677285 or 5998081. OLE color: 5998081.

HSL color Cylindrical-coordinate representation of color #01865B: hue angle of 160.6º degrees, saturation: 0.99, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #01865B is Cyan = 0.99, Magento = 0, Yellow = 0.32 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 91 -
CMYK 0.99 0 0.32 0.47
HSL 160.6º 0.99% 0.26% -
HSV(B) 160.6º 0.99% 0.53% -
XYZ 10.43 17.81 12.79 -
YUV 89.33 128.94 65 -
System Red Green Blue C M Y K H S L
Decimal 1 134 91 0.99 0 0.32 0.47 160.6 0.99 0.26
Hex 1 86 5B 63 0 20 2F A1 63 1A
Octal 1 206 133 143 0 40 57 241 143 32
Binary 1 10000110 1011011 1100011 0 100000 101111 10100001 1100011 11010

Color Harmonies of #01865B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01865B

Black with #01865B

Text Example


Text Example

White with #01865B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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