Html Css Color HEX #02885B Tropical Rain Forest

📋 copy color: '#02885B'

red 2 ◦ green 136 ◦ blue 91

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

Shades of Tropical Rain Forest #02885B

Tints of Tropical Rain Forest #02885B

RGB

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

 GREEN value IS 136 (53.52% from 255) = 59.39%

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

R = 0.87%
G = 59.39%
B = 39.74%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.33

 K value IS 0.47

RGB Variations

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

Color information

#02885B (or 0x02885B) is known color: Tropical Rain Forest. HEX triplet: 02, 88 and 5B. RGB value is (2,136,91). Sum of RGB (Red+Green+Blue) = 2+136+91=229 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 229); Green value is 136 (53.52% from 255 or 59.39% from 229); Blue value is 91 (35.94% from 255 or 39.74% from 229); Max value from RGB is 136 - color contains mainly: green. Hex color #02885B is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02885B is #FD77A4. Grayscale: #5A5A5A. Windows color (decimal): -16611237 or 5998594. OLE color: 5998594.

HSL color Cylindrical-coordinate representation of color #02885B: hue angle of 159.85º degrees, saturation: 0.97, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.53% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #02885B is Cyan = 0.99, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 136 91 -
CMYK 0.99 0 0.33 0.47
HSL 159.85º 0.97% 0.27% -
HSV(B) 159.85º 0.99% 0.53% -
XYZ 10.72 18.38 12.88 -
YUV 90.8 128.11 64.66 -
System Red Green Blue C M Y K H S L
Decimal 2 136 91 0.99 0 0.33 0.47 159.85 0.97 0.27
Hex 2 88 5B 63 0 21 2F A0 61 1B
Octal 2 210 133 143 0 41 57 240 141 33
Binary 10 10001000 1011011 1100011 0 100001 101111 10100000 1100001 11011

Color Harmonies of #02885B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02885B

Black with #02885B

Text Example


Text Example

White with #02885B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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