Html Css Color HEX #2CA458 Eucalyptus

📋 copy color: '#2CA458'

red 44 ◦ green 164 ◦ blue 88

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

Shades of Eucalyptus #2CA458

Tints of Eucalyptus #2CA458

RGB

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

 GREEN value IS 164 (64.45% from 255) = 55.41%

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

R = 14.86%
G = 55.41%
B = 29.73%

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

#2CA458 (or 0x2CA458) is known color: Eucalyptus. HEX triplet: 2C, A4 and 58. RGB value is (44,164,88). Sum of RGB (Red+Green+Blue) = 44+164+88=296 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.86% from 296); Green value is 164 (64.45% from 255 or 55.41% from 296); Blue value is 88 (34.77% from 255 or 29.73% from 296); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA458 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA458 is #D35BA7. Grayscale: #777777. Windows color (decimal): -13851560 or 5809196. OLE color: 5809196.

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

Color convert

RGB 44 164 88 -
CMYK 0.73 0 0.46 0.36
HSL 142º 0.58% 0.41% -
HSV(B) 142º 0.73% 0.64% -
XYZ 16.08 27.79 13.75 -
YUV 119.46 110.24 74.18 -
System Red Green Blue C M Y K H S L
Decimal 44 164 88 0.73 0 0.46 0.36 142 0.58 0.41
Hex 2C A4 58 49 0 2E 24 8E 3A 29
Octal 54 244 130 111 0 56 44 216 72 51
Binary 101100 10100100 1011000 1001001 0 101110 100100 10001110 111010 101001

Color Harmonies of #2CA458

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA458

Black with #2CA458

Text Example


Text Example

White with #2CA458

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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