#026F5F

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

Shades of Tropical Rain Forest #026F5F

Tints of Tropical Rain Forest #026F5F

Color information

#026F5F (or 0x026F5F) is unknown color: approx Tropical Rain Forest. HEX triplet: 02, 6F and 5F. RGB value is (2,111,95). Sum of RGB (Red+Green+Blue) = 2+111+95=208 (27% of max value = 765). Red value is 2 (1.17% from 255 or 0.96% from 208); Green value is 111 (43.75% from 255 or 53.37% from 208); Blue value is 95 (37.5% from 255 or 45.67% from 208); Max value from RGB is 111 - color contains mainly: green. Hex color #026F5F is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #026F5F is #FD90A0. Grayscale: #4C4C4C. Windows color (decimal): -16617633 or 6254338. OLE color: 6254338.

HSL color Cylindrical-coordinate representation of color #026F5F: hue angle of 171.19º degrees, saturation: 0.96, lightness: 0.22%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #026F5F is Cyan = 0.98, Magento = 0, Yellow = 0.14 and Black (K on CMYK) = 0.56.

Color convert

RGB211195-
CMYK0.9800.140.56
HSL171.19º96.46%22.16%-
HSV(B)171.19º98.2%43.53%-
XYZ7.7812.2112.77-
YUV76.58138.3974.8-

RGB Variations

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

RGB

RED value IS 2 (1.17% from 255) = 0.96%
GREEN value IS 111 (43.75% from 255) = 53.37%
BLUE value IS 95 (37.5% from 255) = 45.67%
R=0.96%
G=53.37%
B=45.67%

CMYK

C (Cyan) values IS 0.98
M (Magenta) values IS 0
Y (Yellow) values IS 0.14
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal2111950.9800.140.56171.1996.4622.16
Hex26F5F620E38ab6016
Octal21571371420167025314026
Binary101101111101111111000100111011100010101011110000010110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #026F5F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #026F5F; }

 p { color: rgb(2,111,95); }

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

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

 a { background-color: rgb(2,111,95); }

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

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

 span { border-color: rgb(2,111,95); }

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