#027B65

Color #027B65 Tropical Rain Forest (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tropical Rain Forest #027B65

Tints of Tropical Rain Forest #027B65

Color information

#027B65 (or 0x027B65) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 7B and 65. RGB value is (2,123,101). Sum of RGB (Red+Green+Blue) = 2+123+101=226 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.88% from 226); Green value is 123 (48.44% from 255 or 54.42% from 226); Blue value is 101 (39.84% from 255 or 44.69% from 226); Max value from RGB is 123 - color contains mainly: green. Hex color #027B65 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B65 is #FD849A. Grayscale: #545454. Windows color (decimal): -16614555 or 6650626. OLE color: 6650626.

HSL color Cylindrical-coordinate representation of color #027B65: hue angle of 169.09º degrees, saturation: 0.97, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.48% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027B65 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.52.

Color convert

RGB2123101-
CMYK0.9800.180.52
HSL169.09º96.8%24.51%-
HSV(B)169.09º98.37%48.24%-
XYZ9.4615.1214.73-
YUV84.31137.4169.29-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.88%
GREEN value IS 123 (48.44% from 255) = 54.42%
BLUE value IS 101 (39.84% from 255) = 44.69%
R=0.88%
G=54.42%
B=44.69%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.18
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal21231010.9800.180.52169.0996.824.51
Hex27B656201234a96119
Octal21731451420226425114131
Binary1011110111100101110001001001011010010101001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B65

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #027B65; }

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

 H1.HeaderClassName
 {
   color: #027B65;
 }
 .AnyTagClassName
 {
   color: #027B65;
 }
</style>
background-color css

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

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

 div.DivClassName
 {
   background-color: #027B65;
 }
 .BgClassName
 {
   background-color: #027B65;
 }
</style>
border-color css

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

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

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