Html Css Color HEX #00825A Tropical Rain Forest

📋 copy color: '#00825A'

red 0 ◦ green 130 ◦ blue 90

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

Shades of Tropical Rain Forest #00825A

Tints of Tropical Rain Forest #00825A

RGB

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

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

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

R = 0%
G = 59.09%
B = 40.91%

CMYK

 C value IS 1

 M value IS 0

 Y value IS 0.31

 K value IS 0.49

RGB Variations

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

Color information

#00825A (or 0x00825A) is known color: Tropical Rain Forest. HEX triplet: 00, 82 and 5A. RGB value is (0,130,90). Sum of RGB (Red+Green+Blue) = 0+130+90=220 (29% of max value = 765). Red value is 0 (0.39% from 255 or 0% from 220); Green value is 130 (51.17% from 255 or 59.09% from 220); Blue value is 90 (35.55% from 255 or 40.91% from 220); Max value from RGB is 130 - color contains mainly: green. Hex color #00825A is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #00825A is #FF7DA5. Grayscale: #565656. Windows color (decimal): -16743846 or 5931520. OLE color: 5931520.

HSL color Cylindrical-coordinate representation of color #00825A: hue angle of 161.54º degrees, saturation: 1, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 1%. Process color model (Four color, CMYK) of #00825A is Cyan = 1, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.49.

Color convert

RGB 0 130 90 -
CMYK 1 0 0.31 0.49
HSL 161.54º 1% 0.25% -
HSV(B) 161.54º 1% 0.51% -
XYZ 9.83 16.7 12.38 -
YUV 86.57 129.93 66.25 -
System Red Green Blue C M Y K H S L
Decimal 0 130 90 1 0 0.31 0.49 161.54 1 0.25
Hex 0 82 5A 64 0 1F 31 A2 64 19
Octal 0 202 132 144 0 37 61 242 144 31
Binary 0 10000010 1011010 1100100 0 11111 110001 10100010 1100100 11001

Color Harmonies of #00825A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #00825A

Black with #00825A

Text Example


Text Example

White with #00825A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(0,130,90); }

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

background-color css

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

 a { background-color: rgb(0,130,90); }

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

border-color css

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

 span { border-color: rgb(0,130,90); }

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