Html Css Color HEX #01865C Tropical Rain Forest

📋 copy color: '#01865C'

red 1 ◦ green 134 ◦ blue 92

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

Shades of Tropical Rain Forest #01865C

Tints of Tropical Rain Forest #01865C

RGB

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

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

 BLUE value IS 92 (36.33% from 255) = 40.53%

R = 0.44%
G = 59.03%
B = 40.53%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.47

RGB Variations

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

Color information

#01865C (or 0x01865C) is known color: Tropical Rain Forest. HEX triplet: 01, 86 and 5C. RGB value is (1,134,92). Sum of RGB (Red+Green+Blue) = 1+134+92=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 134 (52.73% from 255 or 59.03% from 227); Blue value is 92 (36.33% from 255 or 40.53% from 227); Max value from RGB is 134 - color contains mainly: green. Hex color #01865C is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01865C is #FE79A3. Grayscale: #595959. Windows color (decimal): -16677284 or 6063617. OLE color: 6063617.

HSL color Cylindrical-coordinate representation of color #01865C: hue angle of 161.05º 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 #01865C is Cyan = 0.99, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.47.

Color convert

RGB 1 134 92 -
CMYK 0.99 0 0.31 0.47
HSL 161.05º 0.99% 0.26% -
HSV(B) 161.05º 0.99% 0.53% -
XYZ 10.47 17.83 13.01 -
YUV 89.45 129.44 64.92 -
System Red Green Blue C M Y K H S L
Decimal 1 134 92 0.99 0 0.31 0.47 161.05 0.99 0.26
Hex 1 86 5C 63 0 1F 2F A1 63 1A
Octal 1 206 134 143 0 37 57 241 143 32
Binary 1 10000110 1011100 1100011 0 11111 101111 10100001 1100011 11010

Color Harmonies of #01865C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01865C

Black with #01865C

Text Example


Text Example

White with #01865C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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