Html Css Color HEX #01835F Tropical Rain Forest

📋 copy color: '#01835F'

red 1 ◦ green 131 ◦ blue 95

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

Shades of Tropical Rain Forest #01835F

Tints of Tropical Rain Forest #01835F

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.71%

 BLUE value IS 95 (37.5% from 255) = 41.85%

R = 0.44%
G = 57.71%
B = 41.85%

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

#01835F (or 0x01835F) is known color: Tropical Rain Forest. HEX triplet: 01, 83 and 5F. RGB value is (1,131,95). Sum of RGB (Red+Green+Blue) = 1+131+95=227 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 227); Green value is 131 (51.56% from 255 or 57.71% from 227); Blue value is 95 (37.5% from 255 or 41.85% from 227); Max value from RGB is 131 - color contains mainly: green. Hex color #01835F is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01835F is #FE7CA0. Grayscale: #585858. Windows color (decimal): -16678049 or 6259457. OLE color: 6259457.

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

Color convert

RGB 1 131 95 -
CMYK 0.99 0 0.27 0.49
HSL 163.38º 0.98% 0.26% -
HSV(B) 163.38º 0.99% 0.51% -
XYZ 10.19 17.07 13.58 -
YUV 88.03 131.93 65.93 -
System Red Green Blue C M Y K H S L
Decimal 1 131 95 0.99 0 0.27 0.49 163.38 0.98 0.26
Hex 1 83 5F 63 0 1B 31 A3 62 1A
Octal 1 203 137 143 0 33 61 243 142 32
Binary 1 10000011 1011111 1100011 0 11011 110001 10100011 1100010 11010

Color Harmonies of #01835F

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01835F

Black with #01835F

Text Example


Text Example

White with #01835F

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #01835F; }

 p { color: rgb(1,131,95); }

 H1.HeaderClassName
 {
   color: #01835F;
 }
 .AnyTagClassName
 {
   color: #01835F;
 }
</style>

background-color css

<style>
 a { background-color: #01835F; }

 a { background-color: rgb(1,131,95); }

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

border-color css

<style>
 span { border-color: #01835F; }

 span { border-color: rgb(1,131,95); }

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