Html Css Color HEX #2CA371 Eucalyptus

📋 copy color: '#2CA371'

red 44 ◦ green 163 ◦ blue 113

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

Shades of Eucalyptus #2CA371

Tints of Eucalyptus #2CA371

RGB

 RED value IS 44 (17.58% from 255) = 13.75%

 GREEN value IS 163 (64.06% from 255) = 50.94%

 BLUE value IS 113 (44.53% from 255) = 35.31%

R = 13.75%
G = 50.94%
B = 35.31%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.31

 K value IS 0.36

RGB Variations

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

Color information

#2CA371 (or 0x2CA371) is known color: Eucalyptus. HEX triplet: 2C, A3 and 71. RGB value is (44,163,113). Sum of RGB (Red+Green+Blue) = 44+163+113=320 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.75% from 320); Green value is 163 (64.06% from 255 or 50.94% from 320); Blue value is 113 (44.53% from 255 or 35.31% from 320); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA371 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA371 is #D35C8E. Grayscale: #797979. Windows color (decimal): -13851791 or 7447340. OLE color: 7447340.

HSL color Cylindrical-coordinate representation of color #2CA371: hue angle of 154.79º degrees, saturation: 0.57, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2CA371 is Cyan = 0.73, Magento = 0, Yellow = 0.31 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 163 113 -
CMYK 0.73 0 0.31 0.36
HSL 154.79º 0.57% 0.41% -
HSV(B) 154.79º 0.73% 0.64% -
XYZ 17.12 27.92 20.11 -
YUV 121.72 123.08 72.57 -
System Red Green Blue C M Y K H S L
Decimal 44 163 113 0.73 0 0.31 0.36 154.79 0.57 0.41
Hex 2C A3 71 49 0 1F 24 9B 39 29
Octal 54 243 161 111 0 37 44 233 71 51
Binary 101100 10100011 1110001 1001001 0 11111 100100 10011011 111001 101001

Color Harmonies of #2CA371

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA371

Black with #2CA371

Text Example


Text Example

White with #2CA371

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #2CA371; }

 p { color: rgb(44,163,113); }

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

background-color css

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

 a { background-color: rgb(44,163,113); }

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

border-color css

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

 span { border-color: rgb(44,163,113); }

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