Html Css Color HEX #018266 Tropical Rain Forest

📋 copy color: '#018266'

red 1 ◦ green 130 ◦ blue 102

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

Shades of Tropical Rain Forest #018266

Tints of Tropical Rain Forest #018266

RGB

 RED value IS 1 (0.78% from 255) = 0.43%

 GREEN value IS 130 (51.17% from 255) = 55.79%

 BLUE value IS 102 (40.23% from 255) = 43.78%

R = 0.43%
G = 55.79%
B = 43.78%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.22

 K value IS 0.49

RGB Variations

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

Color information

#018266 (or 0x018266) is known color: Tropical Rain Forest. HEX triplet: 01, 82 and 66. RGB value is (1,130,102). Sum of RGB (Red+Green+Blue) = 1+130+102=233 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.43% from 233); Green value is 130 (51.17% from 255 or 55.79% from 233); Blue value is 102 (40.23% from 255 or 43.78% from 233); Max value from RGB is 130 - color contains mainly: green. Hex color #018266 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018266 is #FE7D99. Grayscale: #585858. Windows color (decimal): -16678298 or 6717953. OLE color: 6717953.

HSL color Cylindrical-coordinate representation of color #018266: hue angle of 166.98º degrees, saturation: 0.98, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.51% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #018266 is Cyan = 0.99, Magento = 0, Yellow = 0.22 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 102 -
CMYK 0.99 0 0.22 0.49
HSL 166.98º 0.98% 0.26% -
HSV(B) 166.98º 0.99% 0.51% -
XYZ 10.39 16.93 15.29 -
YUV 88.24 135.76 65.78 -
System Red Green Blue C M Y K H S L
Decimal 1 130 102 0.99 0 0.22 0.49 166.98 0.98 0.26
Hex 1 82 66 63 0 16 31 A7 62 1A
Octal 1 202 146 143 0 26 61 247 142 32
Binary 1 10000010 1100110 1100011 0 10110 110001 10100111 1100010 11010

Color Harmonies of #018266

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018266

Black with #018266

Text Example


Text Example

White with #018266

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018266; }

 p { color: rgb(1,130,102); }

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

background-color css

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

 a { background-color: rgb(1,130,102); }

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

border-color css

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

 span { border-color: rgb(1,130,102); }

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