Html Css Color HEX #01835E Tropical Rain Forest

📋 copy color: '#01835E'

red 1 ◦ green 131 ◦ blue 94

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

Shades of Tropical Rain Forest #01835E

Tints of Tropical Rain Forest #01835E

RGB

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

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

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

R = 0.44%
G = 57.96%
B = 41.59%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.28

 K value IS 0.49

RGB Variations

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

Color information

#01835E (or 0x01835E) is known color: Tropical Rain Forest. HEX triplet: 01, 83 and 5E. RGB value is (1,131,94). Sum of RGB (Red+Green+Blue) = 1+131+94=226 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 94 (37.11% from 255 or 41.59% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #01835E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01835E is #FE7CA1. Grayscale: #575757. Windows color (decimal): -16678050 or 6193921. OLE color: 6193921.

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

Color convert

RGB 1 131 94 -
CMYK 0.99 0 0.28 0.49
HSL 162.92º 0.98% 0.26% -
HSV(B) 162.92º 0.99% 0.51% -
XYZ 10.15 17.05 13.35 -
YUV 87.91 131.43 66.01 -
System Red Green Blue C M Y K H S L
Decimal 1 131 94 0.99 0 0.28 0.49 162.92 0.98 0.26
Hex 1 83 5E 63 0 1C 31 A3 62 1A
Octal 1 203 136 143 0 34 61 243 142 32
Binary 1 10000011 1011110 1100011 0 11100 110001 10100011 1100010 11010

Color Harmonies of #01835E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01835E

Black with #01835E

Text Example


Text Example

White with #01835E

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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