Html Css Color HEX #02865E Tropical Rain Forest

📋 copy color: '#02865E'

red 2 ◦ green 134 ◦ blue 94

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

Shades of Tropical Rain Forest #02865E

Tints of Tropical Rain Forest #02865E

RGB

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

 GREEN value IS 134 (52.73% from 255) = 58.26%

 BLUE value IS 94 (37.11% from 255) = 40.87%

R = 0.87%
G = 58.26%
B = 40.87%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.30

 K value IS 0.47

RGB Variations

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

Color information

#02865E (or 0x02865E) is known color: Tropical Rain Forest. HEX triplet: 02, 86 and 5E. RGB value is (2,134,94). Sum of RGB (Red+Green+Blue) = 2+134+94=230 (30% of max value = 765). Red value is 2 (1.17% from 255 or 0.87% from 230); Green value is 134 (52.73% from 255 or 58.26% from 230); Blue value is 94 (37.11% from 255 or 40.87% from 230); Max value from RGB is 134 - color contains mainly: green. Hex color #02865E is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #02865E is #FD79A1. Grayscale: #5A5A5A. Windows color (decimal): -16611746 or 6194690. OLE color: 6194690.

HSL color Cylindrical-coordinate representation of color #02865E: hue angle of 161.82º 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 #02865E is Cyan = 0.99, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.47.

Color convert

RGB 2 134 94 -
CMYK 0.99 0 0.30 0.47
HSL 161.82º 0.97% 0.27% -
HSV(B) 161.82º 0.99% 0.53% -
XYZ 10.57 17.87 13.48 -
YUV 89.97 130.27 65.25 -
System Red Green Blue C M Y K H S L
Decimal 2 134 94 0.99 0 0.30 0.47 161.82 0.97 0.27
Hex 2 86 5E 63 0 1E 2F A2 61 1B
Octal 2 206 136 143 0 36 57 242 141 33
Binary 10 10000110 1011110 1100011 0 11110 101111 10100010 1100001 11011

Color Harmonies of #02865E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #02865E

Black with #02865E

Text Example


Text Example

White with #02865E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #02865E; }

 p { color: rgb(2,134,94); }

 H1.HeaderClassName
 {
   color: #02865E;
 }
 .AnyTagClassName
 {
   color: #02865E;
 }
</style>

background-color css

<style>
 a { background-color: #02865E; }

 a { background-color: rgb(2,134,94); }

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

border-color css

<style>
 span { border-color: #02865E; }

 span { border-color: rgb(2,134,94); }

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