Html Css Color HEX #027963 Tropical Rain Forest

📋 copy color: '#027963'

red 2 ◦ green 121 ◦ blue 99

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

Shades of Tropical Rain Forest #027963

Tints of Tropical Rain Forest #027963

RGB

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

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

 BLUE value IS 99 (39.06% from 255) = 44.59%

R = 0.9%
G = 54.5%
B = 44.59%

CMYK

 C value IS 0.98

 M value IS 0

 Y value IS 0.18

 K value IS 0.53

RGB Variations

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

Color information

#027963 (or 0x027963) is known color: Tropical Rain Forest. HEX triplet: 02, 79 and 63. RGB value is (2,121,99). Sum of RGB (Red+Green+Blue) = 2+121+99=222 (29% of max value = 765). Red value is 2 (1.17% from 255 or 0.90% from 222); Green value is 121 (47.66% from 255 or 54.50% from 222); Blue value is 99 (39.06% from 255 or 44.59% from 222); Max value from RGB is 121 - color contains mainly: green. Hex color #027963 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #027963 is #FD869C. Grayscale: #525252. Windows color (decimal): -16615069 or 6519042. OLE color: 6519042.

HSL color Cylindrical-coordinate representation of color #027963: hue angle of 168.91º 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 #027963 is Cyan = 0.98, Magento = 0, Yellow = 0.18 and Black (K on CMYK) = 0.53.

Color convert

RGB 2 121 99 -
CMYK 0.98 0 0.18 0.53
HSL 168.91º 0.97% 0.24% -
HSV(B) 168.91º 0.98% 0.47% -
XYZ 9.11 14.59 14.14 -
YUV 82.91 137.08 70.29 -
System Red Green Blue C M Y K H S L
Decimal 2 121 99 0.98 0 0.18 0.53 168.91 0.97 0.24
Hex 2 79 63 62 0 12 35 A9 61 18
Octal 2 171 143 142 0 22 65 251 141 30
Binary 10 1111001 1100011 1100010 0 10010 110101 10101001 1100001 11000

Color Harmonies of #027963

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #027963

Black with #027963

Text Example


Text Example

White with #027963

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #027963; }

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

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

background-color css

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

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

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

border-color css

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

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

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