Html Css Color HEX #027964 Tropical Rain Forest

📋 copy color: '#027964'

red 2 ◦ green 121 ◦ blue 100

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

Shades of Tropical Rain Forest #027964

Tints of Tropical Rain Forest #027964

RGB

 RED value IS 2 (1.17% from 255) = 0.9%

 GREEN value IS 121 (47.66% from 255) = 54.26%

 BLUE value IS 100 (39.45% from 255) = 44.84%

R = 0.9%
G = 54.26%
B = 44.84%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.17

 K value IS 0.53

RGB Variations

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

Color information

#027964 (or 0x027964) is known color: Tropical Rain Forest. HEX triplet: 02, 79 and 64. RGB value is (2,121,100). Sum of RGB (Red+Green+Blue) = 2+121+100=223 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 223); Green value is 121 (47.66% from 255 or 54.26% from 223); Blue value is 100 (39.45% from 255 or 44.84% from 223); Max value from RGB is 121 - color contains mainly: green. Hex color #027964 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027964 is #FD869B. Grayscale: #525252. Windows color (decimal): -16615068 or 6584578. OLE color: 6584578.

HSL color Cylindrical-coordinate representation of color #027964: hue angle of 169.41º degrees, saturation: 0.97, lightness: 0.24%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #027964 is Cyan = 0.98, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 100 -
CMYK 0.98 0 0.17 0.53
HSL 169.41º 0.97% 0.24% -
HSV(B) 169.41º 0.98% 0.47% -
XYZ 9.16 14.61 14.39 -
YUV 83.03 137.58 70.21 -
System Red Green Blue C M Y K H S L
Decimal 2 121 100 0.98 0 0.17 0.53 169.41 0.97 0.24
Hex 2 79 64 62 0 11 35 A9 61 18
Octal 2 171 144 142 0 21 65 251 141 30
Binary 10 1111001 1100100 1100010 0 10001 110101 10101001 1100001 11000

Color Harmonies of #027964

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027964

Black with #027964

Text Example


Text Example

White with #027964

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027964; }

 p { color: rgb(2,121,100); }

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

background-color css

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

 a { background-color: rgb(2,121,100); }

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

border-color css

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

 span { border-color: rgb(2,121,100); }

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