#027B55

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

Shades of Tropical Rain Forest #027B55

Tints of Tropical Rain Forest #027B55

Color information

#027B55 (or 0x027B55) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 7B and 55. RGB value is (2,123,85). Sum of RGB (Red+Green+Blue) = 2+123+85=210 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.95% from 210); Green value is 123 (48.44% from 255 or 58.57% from 210); Blue value is 85 (33.59% from 255 or 40.48% from 210); Max value from RGB is 123 - color contains mainly: green. Hex color #027B55 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027B55 is #FD84AA. Grayscale: #525252. Windows color (decimal): -16614571 or 5602050. OLE color: 5602050.

HSL color Cylindrical-coordinate representation of color #027B55: hue angle of 161.16º 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 #027B55 is Cyan = 0.98, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.52.

Color convert

RGB212385-
CMYK0.9800.310.52
HSL161.16º96.8%24.51%-
HSV(B)161.16º98.37%48.24%-
XYZ8.7514.8311-
YUV82.49129.4170.59-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.95%
GREEN value IS 123 (48.44% from 255) = 58.57%
BLUE value IS 85 (33.59% from 255) = 40.48%
R=0.95%
G=58.57%
B=40.48%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.31
K (Black) values IS 0.52
SystemRedGreenBlueCMYKHSL
Decimal2123850.9800.310.52161.1696.824.51
Hex27B556201F34a16119
Octal21731251420376424114131
Binary1011110111010101110001001111111010010100001110000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #027B55

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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