Html Css Color HEX #2C915D Eucalyptus

📋 copy color: '#2C915D'

red 44 ◦ green 145 ◦ blue 93

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

Shades of Eucalyptus #2C915D

Tints of Eucalyptus #2C915D

RGB

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

 GREEN value IS 145 (57.03% from 255) = 51.42%

 BLUE value IS 93 (36.72% from 255) = 32.98%

R = 15.6%
G = 51.42%
B = 32.98%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.36

 K value IS 0.43

RGB Variations

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

Color information

#2C915D (or 0x2C915D) is known color: Eucalyptus. HEX triplet: 2C, 91 and 5D. RGB value is (44,145,93). Sum of RGB (Red+Green+Blue) = 44+145+93=282 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.60% from 282); Green value is 145 (57.03% from 255 or 51.42% from 282); Blue value is 93 (36.72% from 255 or 32.98% from 282); Max value from RGB is 145 - color contains mainly: green. Hex color #2C915D is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C915D is #D36EA2. Grayscale: #6C6C6C. Windows color (decimal): -13856419 or 6132012. OLE color: 6132012.

HSL color Cylindrical-coordinate representation of color #2C915D: hue angle of 149.11º degrees, saturation: 0.53, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C915D is Cyan = 0.70, Magento = 0, Yellow = 0.36 and Black (K on CMYK) = 0.43.

Color convert

RGB 44 145 93 -
CMYK 0.70 0 0.36 0.43
HSL 149.11º 0.53% 0.37% -
HSV(B) 149.11º 0.7% 0.57% -
XYZ 13.14 21.58 13.83 -
YUV 108.87 119.04 81.73 -
System Red Green Blue C M Y K H S L
Decimal 44 145 93 0.70 0 0.36 0.43 149.11 0.53 0.37
Hex 2C 91 5D 46 0 24 2B 95 35 25
Octal 54 221 135 106 0 44 53 225 65 45
Binary 101100 10010001 1011101 1000110 0 100100 101011 10010101 110101 100101

Color Harmonies of #2C915D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C915D

Black with #2C915D

Text Example


Text Example

White with #2C915D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,145,93); }

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

background-color css

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

 a { background-color: rgb(44,145,93); }

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

border-color css

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

 span { border-color: rgb(44,145,93); }

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