Html Css Color HEX #027360 Tropical Rain Forest

📋 copy color: '#027360'

red 2 ◦ green 115 ◦ blue 96

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

Shades of Tropical Rain Forest #027360

Tints of Tropical Rain Forest #027360

RGB

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

 GREEN value IS 115 (45.31% from 255) = 53.99%

 BLUE value IS 96 (37.89% from 255) = 45.07%

R = 0.94%
G = 53.99%
B = 45.07%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.55

RGB Variations

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

Color information

#027360 (or 0x027360) is known color: Tropical Rain Forest. HEX triplet: 02, 73 and 60. RGB value is (2,115,96). Sum of RGB (Red+Green+Blue) = 2+115+96=213 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.94% from 213); Green value is 115 (45.31% from 255 or 53.99% from 213); Blue value is 96 (37.89% from 255 or 45.07% from 213); Max value from RGB is 115 - color contains mainly: green. Hex color #027360 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027360 is #FD8C9F. Grayscale: #4F4F4F. Windows color (decimal): -16616608 or 6320898. OLE color: 6320898.

HSL color Cylindrical-coordinate representation of color #027360: hue angle of 169.91º degrees, saturation: 0.97, lightness: 0.23%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027360 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.55.

Color convert

RGB 2 115 96 -
CMYK 0.98 0 0.17 0.55
HSL 169.91º 0.97% 0.23% -
HSV(B) 169.91º 0.98% 0.45% -
XYZ 8.27 13.12 13.16 -
YUV 79.05 137.56 73.04 -
System Red Green Blue C M Y K H S L
Decimal 2 115 96 0.98 0 0.17 0.55 169.91 0.97 0.23
Hex 2 73 60 62 0 11 37 AA 61 17
Octal 2 163 140 142 0 21 67 252 141 27
Binary 10 1110011 1100000 1100010 0 10001 110111 10101010 1100001 10111

Color Harmonies of #027360

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027360

Black with #027360

Text Example


Text Example

White with #027360

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027360; }

 p { color: rgb(2,115,96); }

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

background-color css

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

 a { background-color: rgb(2,115,96); }

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

border-color css

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

 span { border-color: rgb(2,115,96); }

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