Html Css Color HEX #01825B Tropical Rain Forest

📋 copy color: '#01825B'

red 1 ◦ green 130 ◦ blue 91

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

Shades of Tropical Rain Forest #01825B

Tints of Tropical Rain Forest #01825B

RGB

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

 GREEN value IS 130 (51.17% from 255) = 58.56%

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

R = 0.45%
G = 58.56%
B = 40.99%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.49

RGB Variations

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

Color information

#01825B (or 0x01825B) is known color: Tropical Rain Forest. HEX triplet: 01, 82 and 5B. RGB value is (1,130,91). Sum of RGB (Red+Green+Blue) = 1+130+91=222 (29% of max value = 765). Red value is 1 (0.78% from 255 or 0.45% from 222); Green value is 130 (51.17% from 255 or 58.56% from 222); Blue value is 91 (35.94% from 255 or 40.99% from 222); Max value from RGB is 130 - color contains mainly: green. Hex color #01825B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #01825B is #FE7DA4. Grayscale: #575757. Windows color (decimal): -16678309 or 5997057. OLE color: 5997057.

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

Color convert

RGB 1 130 91 -
CMYK 0.99 0 0.30 0.49
HSL 161.86º 0.98% 0.26% -
HSV(B) 161.86º 0.99% 0.51% -
XYZ 9.88 16.73 12.61 -
YUV 86.98 130.26 66.67 -
System Red Green Blue C M Y K H S L
Decimal 1 130 91 0.99 0 0.30 0.49 161.86 0.98 0.26
Hex 1 82 5B 63 0 1E 31 A2 62 1A
Octal 1 202 133 143 0 36 61 242 142 32
Binary 1 10000010 1011011 1100011 0 11110 110001 10100010 1100010 11010

Color Harmonies of #01825B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #01825B

Black with #01825B

Text Example


Text Example

White with #01825B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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