Html Css Color HEX #2C985A Eucalyptus

📋 copy color: '#2C985A'

red 44 ◦ green 152 ◦ blue 90

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

Shades of Eucalyptus #2C985A

Tints of Eucalyptus #2C985A

RGB

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

 GREEN value IS 152 (59.77% from 255) = 53.15%

 BLUE value IS 90 (35.55% from 255) = 31.47%

R = 15.38%
G = 53.15%
B = 31.47%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.41

 K value IS 0.40

RGB Variations

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

Color information

#2C985A (or 0x2C985A) is known color: Eucalyptus. HEX triplet: 2C, 98 and 5A. RGB value is (44,152,90). Sum of RGB (Red+Green+Blue) = 44+152+90=286 (37% of max value = 765). Red value is 44 (17.58% from 255 or 15.38% from 286); Green value is 152 (59.77% from 255 or 53.15% from 286); Blue value is 90 (35.55% from 255 or 31.47% from 286); Max value from RGB is 152 - color contains mainly: green. Hex color #2C985A is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2C985A is #D367A5. Grayscale: #707070. Windows color (decimal): -13854630 or 5937196. OLE color: 5937196.

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

Color convert

RGB 44 152 90 -
CMYK 0.71 0 0.41 0.40
HSL 145.56º 0.55% 0.38% -
HSV(B) 145.56º 0.71% 0.6% -
XYZ 14.11 23.73 13.51 -
YUV 112.64 115.22 79.04 -
System Red Green Blue C M Y K H S L
Decimal 44 152 90 0.71 0 0.41 0.40 145.56 0.55 0.38
Hex 2C 98 5A 47 0 29 28 92 37 26
Octal 54 230 132 107 0 51 50 222 67 46
Binary 101100 10011000 1011010 1000111 0 101001 101000 10010010 110111 100110

Color Harmonies of #2C985A

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C985A

Black with #2C985A

Text Example


Text Example

White with #2C985A

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,152,90); }

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

background-color css

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

 a { background-color: rgb(44,152,90); }

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

border-color css

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

 span { border-color: rgb(44,152,90); }

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