Html Css Color HEX #027165 Tropical Rain Forest

📋 copy color: '#027165'

red 2 ◦ green 113 ◦ blue 101

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

Shades of Tropical Rain Forest #027165

Tints of Tropical Rain Forest #027165

RGB

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

 GREEN value IS 113 (44.53% from 255) = 52.31%

 BLUE value IS 101 (39.84% from 255) = 46.76%

R = 0.93%
G = 52.31%
B = 46.76%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.11

 K value IS 0.56

RGB Variations

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

Color information

#027165 (or 0x027165) is known color: Tropical Rain Forest. HEX triplet: 02, 71 and 65. RGB value is (2,113,101). Sum of RGB (Red+Green+Blue) = 2+113+101=216 (28% of max value = 765). Red value is 2 (1.17% from 255 or 0.93% from 216); Green value is 113 (44.53% from 255 or 52.31% from 216); Blue value is 101 (39.84% from 255 or 46.76% from 216); Max value from RGB is 113 - color contains mainly: green. Hex color #027165 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027165 is #FD8E9A. Grayscale: #4E4E4E. Windows color (decimal): -16617115 or 6648066. OLE color: 6648066.

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

Color convert

RGB 2 113 101 -
CMYK 0.98 0 0.11 0.56
HSL 173.51º 0.97% 0.23% -
HSV(B) 173.51º 0.98% 0.44% -
XYZ 8.28 12.76 14.34 -
YUV 78.44 140.73 73.48 -
System Red Green Blue C M Y K H S L
Decimal 2 113 101 0.98 0 0.11 0.56 173.51 0.97 0.23
Hex 2 71 65 62 0 B 38 AE 61 17
Octal 2 161 145 142 0 13 70 256 141 27
Binary 10 1110001 1100101 1100010 0 1011 111000 10101110 1100001 10111

Color Harmonies of #027165

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027165

Black with #027165

Text Example


Text Example

White with #027165

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027165; }

 p { color: rgb(2,113,101); }

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

background-color css

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

 a { background-color: rgb(2,113,101); }

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

border-color css

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

 span { border-color: rgb(2,113,101); }

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