Html Css Color HEX #02835D Tropical Rain Forest

📋 copy color: '#02835D'

red 2 ◦ green 131 ◦ blue 93

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

Shades of Tropical Rain Forest #02835D

Tints of Tropical Rain Forest #02835D

RGB

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

 GREEN value IS 131 (51.56% from 255) = 57.96%

 BLUE value IS 93 (36.72% from 255) = 41.15%

R = 0.88%
G = 57.96%
B = 41.15%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.29

 K value IS 0.49

RGB Variations

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

Color information

#02835D (or 0x02835D) is known color: Tropical Rain Forest. HEX triplet: 02, 83 and 5D. RGB value is (2,131,93). Sum of RGB (Red+Green+Blue) = 2+131+93=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 131 (51.56% from 255 or 57.96% from 226); Blue value is 93 (36.72% from 255 or 41.15% from 226); Max value from RGB is 131 - color contains mainly: green. Hex color #02835D is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02835D is #FD7CA2. Grayscale: #585858. Windows color (decimal): -16612515 or 6128386. OLE color: 6128386.

HSL color Cylindrical-coordinate representation of color #02835D: hue angle of 162.33º degrees, saturation: 0.97, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #02835D is Cyan = 0.98, Magento = 0, Yellow = 0.29 and Black (K on CMYK) = 0.49.

Color convert

RGB 2 131 93 -
CMYK 0.98 0 0.29 0.49
HSL 162.33º 0.97% 0.26% -
HSV(B) 162.33º 0.98% 0.51% -
XYZ 10.12 17.04 13.11 -
YUV 88.1 130.76 66.59 -
System Red Green Blue C M Y K H S L
Decimal 2 131 93 0.98 0 0.29 0.49 162.33 0.97 0.26
Hex 2 83 5D 62 0 1D 31 A2 61 1A
Octal 2 203 135 142 0 35 61 242 141 32
Binary 10 10000011 1011101 1100010 0 11101 110001 10100010 1100001 11010

Color Harmonies of #02835D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02835D

Black with #02835D

Text Example


Text Example

White with #02835D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02835D; }

 p { color: rgb(2,131,93); }

 H1.HeaderClassName
 {
   color: #02835D;
 }
 .AnyTagClassName
 {
   color: #02835D;
 }
</style>

background-color css

<style>
 a { background-color: #02835D; }

 a { background-color: rgb(2,131,93); }

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

border-color css

<style>
 span { border-color: #02835D; }

 span { border-color: rgb(2,131,93); }

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