Html Css Color HEX #01835A Tropical Rain Forest

📋 copy color: '#01835A'

red 1 ◦ green 131 ◦ blue 90

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

Shades of Tropical Rain Forest #01835A

Tints of Tropical Rain Forest #01835A

RGB

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

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

 BLUE value IS 90 (35.55% from 255) = 40.54%

R = 0.45%
G = 59.01%
B = 40.54%

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

#01835A (or 0x01835A) is known color: Tropical Rain Forest. HEX triplet: 01, 83 and 5A. RGB value is (1,131,90). Sum of RGB (Red+Green+Blue) = 1+131+90=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 131 (51.56% from 255 or 59.01% from 222); Blue value is 90 (35.55% from 255 or 40.54% from 222); Max value from RGB is 131 - color contains mainly: green. Hex color #01835A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01835A is #FE7CA5. Grayscale: #575757. Windows color (decimal): -16678054 or 5931777. OLE color: 5931777.

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

Color convert

RGB 1 131 90 -
CMYK 0.99 0 0.31 0.49
HSL 161.08º 0.98% 0.26% -
HSV(B) 161.08º 0.99% 0.51% -
XYZ 9.97 16.98 12.42 -
YUV 87.46 129.43 66.33 -
System Red Green Blue C M Y K H S L
Decimal 1 131 90 0.99 0 0.31 0.49 161.08 0.98 0.26
Hex 1 83 5A 63 0 1F 31 A1 62 1A
Octal 1 203 132 143 0 37 61 241 142 32
Binary 1 10000011 1011010 1100011 0 11111 110001 10100001 1100010 11010

Color Harmonies of #01835A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01835A

Black with #01835A

Text Example


Text Example

White with #01835A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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