Html Css Color HEX #2C9460 Eucalyptus

📋 copy color: '#2C9460'

red 44 ◦ green 148 ◦ blue 96

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

Shades of Eucalyptus #2C9460

Tints of Eucalyptus #2C9460

RGB

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

 GREEN value IS 148 (58.2% from 255) = 51.39%

 BLUE value IS 96 (37.89% from 255) = 33.33%

R = 15.28%
G = 51.39%
B = 33.33%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.35

 K value IS 0.42

RGB Variations

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

Color information

#2C9460 (or 0x2C9460) is known color: Eucalyptus. HEX triplet: 2C, 94 and 60. RGB value is (44,148,96). Sum of RGB (Red+Green+Blue) = 44+148+96=288 (38% of max value = 765). Red value is 44 (17.58% from 255 or 15.28% from 288); Green value is 148 (58.20% from 255 or 51.39% from 288); Blue value is 96 (37.89% from 255 or 33.33% from 288); Max value from RGB is 148 - color contains mainly: green. Hex color #2C9460 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9460 is #D36B9F. Grayscale: #6F6F6F. Windows color (decimal): -13855648 or 6329388. OLE color: 6329388.

HSL color Cylindrical-coordinate representation of color #2C9460: hue angle of 150º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9460 is Cyan = 0.70, Magento = 0, Yellow = 0.35 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 148 96 -
CMYK 0.70 0 0.35 0.42
HSL 150º 0.54% 0.38% -
HSV(B) 150º 0.7% 0.58% -
XYZ 13.74 22.56 14.7 -
YUV 110.98 119.54 80.23 -
System Red Green Blue C M Y K H S L
Decimal 44 148 96 0.70 0 0.35 0.42 150 0.54 0.38
Hex 2C 94 60 46 0 23 2A 96 36 26
Octal 54 224 140 106 0 43 52 226 66 46
Binary 101100 10010100 1100000 1000110 0 100011 101010 10010110 110110 100110

Color Harmonies of #2C9460

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9460

Black with #2C9460

Text Example


Text Example

White with #2C9460

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,148,96); }

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

background-color css

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

 a { background-color: rgb(44,148,96); }

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

border-color css

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

 span { border-color: rgb(44,148,96); }

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