Html Css Color HEX #01835B Tropical Rain Forest

📋 copy color: '#01835B'

red 1 ◦ green 131 ◦ blue 91

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

Shades of Tropical Rain Forest #01835B

Tints of Tropical Rain Forest #01835B

RGB

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

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

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

R = 0.45%
G = 58.74%
B = 40.81%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#01835B (or 0x01835B) is known color: Tropical Rain Forest. HEX triplet: 01, 83 and 5B. RGB value is (1,131,91). Sum of RGB (Red+Green+Blue) = 1+131+91=223 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 223); Green value is 131 (51.56% from 255 or 58.74% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 131 - color contains mainly: green. Hex color #01835B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01835B is #FE7CA4. Grayscale: #575757. Windows color (decimal): -16678053 or 5997313. OLE color: 5997313.

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

Color convert

RGB 1 131 91 -
CMYK 0.99 0 0.31 0.49
HSL 161.54º 0.98% 0.26% -
HSV(B) 161.54º 0.99% 0.51% -
XYZ 10.02 16.99 12.65 -
YUV 87.57 129.93 66.25 -
System Red Green Blue C M Y K H S L
Decimal 1 131 91 0.99 0 0.31 0.49 161.54 0.98 0.26
Hex 1 83 5B 63 0 1F 31 A2 62 1A
Octal 1 203 133 143 0 37 61 242 142 32
Binary 1 10000011 1011011 1100011 0 11111 110001 10100010 1100010 11010

Color Harmonies of #01835B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01835B

Black with #01835B

Text Example


Text Example

White with #01835B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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