Html Css Color HEX #2C966C Eucalyptus

📋 copy color: '#2C966C'

red 44 ◦ green 150 ◦ blue 108

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

Shades of Eucalyptus #2C966C

Tints of Eucalyptus #2C966C

RGB

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

 GREEN value IS 150 (58.98% from 255) = 49.67%

 BLUE value IS 108 (42.58% from 255) = 35.76%

R = 14.57%
G = 49.67%
B = 35.76%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.28

 K value IS 0.41

RGB Variations

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

Color information

#2C966C (or 0x2C966C) is known color: Eucalyptus. HEX triplet: 2C, 96 and 6C. RGB value is (44,150,108). Sum of RGB (Red+Green+Blue) = 44+150+108=302 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.57% from 302); Green value is 150 (58.98% from 255 or 49.67% from 302); Blue value is 108 (42.58% from 255 or 35.76% from 302); Max value from RGB is 150 - color contains mainly: green. Hex color #2C966C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C966C is #D36993. Grayscale: #717171. Windows color (decimal): -13855124 or 7116332. OLE color: 7116332.

HSL color Cylindrical-coordinate representation of color #2C966C: hue angle of 156.23º degrees, saturation: 0.55, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #2C966C is Cyan = 0.71, Magento = 0, Yellow = 0.28 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 150 108 -
CMYK 0.71 0 0.28 0.41
HSL 156.23º 0.55% 0.38% -
HSV(B) 156.23º 0.71% 0.59% -
XYZ 14.65 23.43 17.94 -
YUV 113.52 124.88 78.42 -
System Red Green Blue C M Y K H S L
Decimal 44 150 108 0.71 0 0.28 0.41 156.23 0.55 0.38
Hex 2C 96 6C 47 0 1C 29 9C 37 26
Octal 54 226 154 107 0 34 51 234 67 46
Binary 101100 10010110 1101100 1000111 0 11100 101001 10011100 110111 100110

Color Harmonies of #2C966C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C966C

Black with #2C966C

Text Example


Text Example

White with #2C966C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,150,108); }

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

background-color css

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

 a { background-color: rgb(44,150,108); }

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

border-color css

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

 span { border-color: rgb(44,150,108); }

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