Html Css Color HEX #00845B Tropical Rain Forest

📋 copy color: '#00845B'

red 0 ◦ green 132 ◦ blue 91

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

Shades of Tropical Rain Forest #00845B

Tints of Tropical Rain Forest #00845B

RGB

 RED value IS 0 (0.39% from 255) = 0%

 GREEN value IS 132 (51.95% from 255) = 59.19%

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

R = 0%
G = 59.19%
B = 40.81%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.48

RGB Variations

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

Color information

#00845B (or 0x00845B) is known color: Tropical Rain Forest. HEX triplet: 00, 84 and 5B. RGB value is (0,132,91). Sum of RGB (Red+Green+Blue) = 0+132+91=223 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 223); Green value is 132 (51.95% from 255 or 59.19% from 223); Blue value is 91 (35.94% from 255 or 40.81% from 223); Max value from RGB is 132 - color contains mainly: green. Hex color #00845B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00845B is #FF7BA4. Grayscale: #575757. Windows color (decimal): -16743333 or 5997568. OLE color: 5997568.

HSL color Cylindrical-coordinate representation of color #00845B: hue angle of 161.36º degrees, saturation: 1, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.52% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00845B is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.48.

Color convert

RGB 0 132 91 -
CMYK 1 0 0.31 0.48
HSL 161.36º 1% 0.26% -
HSV(B) 161.36º 1% 0.52% -
XYZ 10.14 17.26 12.69 -
YUV 87.86 129.77 65.33 -
System Red Green Blue C M Y K H S L
Decimal 0 132 91 1 0 0.31 0.48 161.36 1 0.26
Hex 0 84 5B 64 0 1F 30 A1 64 1A
Octal 0 204 133 144 0 37 60 241 144 32
Binary 0 10000100 1011011 1100100 0 11111 110000 10100001 1100100 11010

Color Harmonies of #00845B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00845B

Black with #00845B

Text Example


Text Example

White with #00845B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,132,91); }

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

background-color css

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

 a { background-color: rgb(0,132,91); }

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

border-color css

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

 span { border-color: rgb(0,132,91); }

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