Html Css Color HEX #2CA756 Eucalyptus

📋 copy color: '#2CA756'

red 44 ◦ green 167 ◦ blue 86

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

Shades of Eucalyptus #2CA756

Tints of Eucalyptus #2CA756

RGB

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

 GREEN value IS 167 (65.63% from 255) = 56.23%

 BLUE value IS 86 (33.98% from 255) = 28.96%

R = 14.81%
G = 56.23%
B = 28.96%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.49

 K value IS 0.35

RGB Variations

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

Color information

#2CA756 (or 0x2CA756) is known color: Eucalyptus. HEX triplet: 2C, A7 and 56. RGB value is (44,167,86). Sum of RGB (Red+Green+Blue) = 44+167+86=297 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.81% from 297); Green value is 167 (65.62% from 255 or 56.23% from 297); Blue value is 86 (33.98% from 255 or 28.96% from 297); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA756 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA756 is #D358A9. Grayscale: #797979. Windows color (decimal): -13850794 or 5678892. OLE color: 5678892.

HSL color Cylindrical-coordinate representation of color #2CA756: hue angle of 140.49º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA756 is Cyan = 0.74, Magento = 0, Yellow = 0.49 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 167 86 -
CMYK 0.74 0 0.49 0.35
HSL 140.49º 0.58% 0.41% -
HSV(B) 140.49º 0.74% 0.65% -
XYZ 16.54 28.84 13.5 -
YUV 120.99 108.25 73.09 -
System Red Green Blue C M Y K H S L
Decimal 44 167 86 0.74 0 0.49 0.35 140.49 0.58 0.41
Hex 2C A7 56 4A 0 31 23 8C 3A 29
Octal 54 247 126 112 0 61 43 214 72 51
Binary 101100 10100111 1010110 1001010 0 110001 100011 10001100 111010 101001

Color Harmonies of #2CA756

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA756

Black with #2CA756

Text Example


Text Example

White with #2CA756

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,167,86); }

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

background-color css

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

 a { background-color: rgb(44,167,86); }

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

border-color css

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

 span { border-color: rgb(44,167,86); }

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