Html Css Color HEX #2CA358 Eucalyptus

📋 copy color: '#2CA358'

red 44 ◦ green 163 ◦ blue 88

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

Shades of Eucalyptus #2CA358

Tints of Eucalyptus #2CA358

RGB

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

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

 BLUE value IS 88 (34.77% from 255) = 29.83%

R = 14.92%
G = 55.25%
B = 29.83%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.46

 K value IS 0.36

RGB Variations

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

Color information

#2CA358 (or 0x2CA358) is known color: Eucalyptus. HEX triplet: 2C, A3 and 58. RGB value is (44,163,88). Sum of RGB (Red+Green+Blue) = 44+163+88=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 163 (64.06% from 255 or 55.25% from 295); Blue value is 88 (34.77% from 255 or 29.83% from 295); Max value from RGB is 163 - color contains mainly: green. Hex color #2CA358 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA358 is #D35CA7. Grayscale: #777777. Windows color (decimal): -13851816 or 5808940. OLE color: 5808940.

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

Color convert

RGB 44 163 88 -
CMYK 0.73 0 0.46 0.36
HSL 142.18º 0.57% 0.41% -
HSV(B) 142.18º 0.73% 0.64% -
XYZ 15.9 27.43 13.69 -
YUV 118.87 110.58 74.6 -
System Red Green Blue C M Y K H S L
Decimal 44 163 88 0.73 0 0.46 0.36 142.18 0.57 0.41
Hex 2C A3 58 49 0 2E 24 8E 39 29
Octal 54 243 130 111 0 56 44 216 71 51
Binary 101100 10100011 1011000 1001001 0 101110 100100 10001110 111001 101001

Color Harmonies of #2CA358

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA358

Black with #2CA358

Text Example


Text Example

White with #2CA358

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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