Html Css Color HEX #02855B Tropical Rain Forest

📋 copy color: '#02855B'

red 2 ◦ green 133 ◦ blue 91

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

Shades of Tropical Rain Forest #02855B

Tints of Tropical Rain Forest #02855B

RGB

 RED value IS 2 (1.17% from 255) = 0.88%

 GREEN value IS 133 (52.34% from 255) = 58.85%

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

R = 0.88%
G = 58.85%
B = 40.27%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.32

 K value IS 0.48

RGB Variations

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

Color information

#02855B (or 0x02855B) is known color: Tropical Rain Forest. HEX triplet: 02, 85 and 5B. RGB value is (2,133,91). Sum of RGB (Red+Green+Blue) = 2+133+91=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 133 (52.34% from 255 or 58.85% from 226); Blue value is 91 (35.94% from 255 or 40.27% from 226); Max value from RGB is 133 - color contains mainly: green. Hex color #02855B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02855B is #FD7AA4. Grayscale: #595959. Windows color (decimal): -16612005 or 5997826. OLE color: 5997826.

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

Color convert

RGB 2 133 91 -
CMYK 0.98 0 0.32 0.48
HSL 160.76º 0.97% 0.26% -
HSV(B) 160.76º 0.98% 0.52% -
XYZ 10.3 17.54 12.74 -
YUV 89.04 129.1 65.92 -
System Red Green Blue C M Y K H S L
Decimal 2 133 91 0.98 0 0.32 0.48 160.76 0.97 0.26
Hex 2 85 5B 62 0 20 30 A1 61 1A
Octal 2 205 133 142 0 40 60 241 141 32
Binary 10 10000101 1011011 1100010 0 100000 110000 10100001 1100001 11010

Color Harmonies of #02855B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02855B

Black with #02855B

Text Example


Text Example

White with #02855B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(2,133,91); }

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

background-color css

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

 a { background-color: rgb(2,133,91); }

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

border-color css

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

 span { border-color: rgb(2,133,91); }

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