Html Css Color HEX #2CA372 Eucalyptus

📋 copy color: '#2CA372'

red 44 ◦ green 163 ◦ blue 114

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

Shades of Eucalyptus #2CA372

Tints of Eucalyptus #2CA372

RGB

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

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

 BLUE value IS 114 (44.92% from 255) = 35.51%

R = 13.71%
G = 50.78%
B = 35.51%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.30

 K value IS 0.36

RGB Variations

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

Color information

#2CA372 (or 0x2CA372) is known color: Eucalyptus. HEX triplet: 2C, A3 and 72. RGB value is (44,163,114). Sum of RGB (Red+Green+Blue) = 44+163+114=321 (42% of max value = 765). Red value is 44 (17.58% from 255 or 13.71% from 321); Green value is 163 (64.06% from 255 or 50.78% from 321); Blue value is 114 (44.92% from 255 or 35.51% from 321); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA372 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA372 is #D35C8D. Grayscale: #797979. Windows color (decimal): -13851790 or 7512876. OLE color: 7512876.

HSL color Cylindrical-coordinate representation of color #2CA372: hue angle of 155.29º 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 #2CA372 is Cyan = 0.73, Magento = 0, Yellow = 0.30 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 163 114 -
CMYK 0.73 0 0.30 0.36
HSL 155.29º 0.57% 0.41% -
HSV(B) 155.29º 0.73% 0.64% -
XYZ 17.17 27.94 20.41 -
YUV 121.83 123.58 72.48 -
System Red Green Blue C M Y K H S L
Decimal 44 163 114 0.73 0 0.30 0.36 155.29 0.57 0.41
Hex 2C A3 72 49 0 1E 24 9B 39 29
Octal 54 243 162 111 0 36 44 233 71 51
Binary 101100 10100011 1110010 1001001 0 11110 100100 10011011 111001 101001

Color Harmonies of #2CA372

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA372

Black with #2CA372

Text Example


Text Example

White with #2CA372

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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