Html Css Color HEX #018261 Tropical Rain Forest

📋 copy color: '#018261'

red 1 ◦ green 130 ◦ blue 97

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

Shades of Tropical Rain Forest #018261

Tints of Tropical Rain Forest #018261

RGB

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

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

 BLUE value IS 97 (38.28% from 255) = 42.54%

R = 0.44%
G = 57.02%
B = 42.54%

CMYK

 C value IS 0.99

 M value IS 0

 Y value IS 0.25

 K value IS 0.49

RGB Variations

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

Color information

#018261 (or 0x018261) is known color: Tropical Rain Forest. HEX triplet: 01, 82 and 61. RGB value is (1,130,97). Sum of RGB (Red+Green+Blue) = 1+130+97=228 (30% of max value = 765). Red value is 1 (0.78% from 255 or 0.44% from 228); Green value is 130 (51.17% from 255 or 57.02% from 228); Blue value is 97 (38.28% from 255 or 42.54% from 228); Max value from RGB is 130 - color contains mainly: green. Hex color #018261 is not a web safe color. Web safe color analog (approx): #009966. Inversed color of #018261 is #FE7D9E. Grayscale: #575757. Windows color (decimal): -16678303 or 6390273. OLE color: 6390273.

HSL color Cylindrical-coordinate representation of color #018261: hue angle of 164.65º 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 #018261 is Cyan = 0.99, Magento = 0, Yellow = 0.25 and Black (K on CMYK) = 0.49.

Color convert

RGB 1 130 97 -
CMYK 0.99 0 0.25 0.49
HSL 164.65º 0.98% 0.26% -
HSV(B) 164.65º 0.99% 0.51% -
XYZ 10.15 16.83 14.02 -
YUV 87.67 133.26 66.18 -
System Red Green Blue C M Y K H S L
Decimal 1 130 97 0.99 0 0.25 0.49 164.65 0.98 0.26
Hex 1 82 61 63 0 19 31 A5 62 1A
Octal 1 202 141 143 0 31 61 245 142 32
Binary 1 10000010 1100001 1100011 0 11001 110001 10100101 1100010 11010

Color Harmonies of #018261

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #018261

Black with #018261

Text Example


Text Example

White with #018261

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #018261; }

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

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

background-color css

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

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

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

border-color css

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

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

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