Html Css Color HEX #2C9665 Eucalyptus

📋 copy color: '#2C9665'

red 44 ◦ green 150 ◦ blue 101

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

Shades of Eucalyptus #2C9665

Tints of Eucalyptus #2C9665

RGB

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

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

 BLUE value IS 101 (39.84% from 255) = 34.24%

R = 14.92%
G = 50.85%
B = 34.24%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.33

 K value IS 0.41

RGB Variations

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

Color information

#2C9665 (or 0x2C9665) is known color: Eucalyptus. HEX triplet: 2C, 96 and 65. RGB value is (44,150,101). Sum of RGB (Red+Green+Blue) = 44+150+101=295 (39% of max value = 765). Red value is 44 (17.58% from 255 or 14.92% from 295); Green value is 150 (58.98% from 255 or 50.85% from 295); Blue value is 101 (39.84% from 255 or 34.24% from 295); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9665 is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C9665 is #D3699A. Grayscale: #707070. Windows color (decimal): -13855131 or 6657580. OLE color: 6657580.

HSL color Cylindrical-coordinate representation of color #2C9665: hue angle of 152.26º 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 #2C9665 is Cyan = 0.71, Magento = 0, Yellow = 0.33 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 150 101 -
CMYK 0.71 0 0.33 0.41
HSL 152.26º 0.55% 0.38% -
HSV(B) 152.26º 0.71% 0.59% -
XYZ 14.29 23.29 16.05 -
YUV 112.72 121.38 78.98 -
System Red Green Blue C M Y K H S L
Decimal 44 150 101 0.71 0 0.33 0.41 152.26 0.55 0.38
Hex 2C 96 65 47 0 21 29 98 37 26
Octal 54 226 145 107 0 41 51 230 67 46
Binary 101100 10010110 1100101 1000111 0 100001 101001 10011000 110111 100110

Color Harmonies of #2C9665

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9665

Black with #2C9665

Text Example


Text Example

White with #2C9665

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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