Html Css Color HEX #2CA75C Eucalyptus

📋 copy color: '#2CA75C'

red 44 ◦ green 167 ◦ blue 92

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

Shades of Eucalyptus #2CA75C

Tints of Eucalyptus #2CA75C

RGB

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

 GREEN value IS 167 (65.63% from 255) = 55.12%

 BLUE value IS 92 (36.33% from 255) = 30.36%

R = 14.52%
G = 55.12%
B = 30.36%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.45

 K value IS 0.35

RGB Variations

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

Color information

#2CA75C (or 0x2CA75C) is known color: Eucalyptus. HEX triplet: 2C, A7 and 5C. RGB value is (44,167,92). Sum of RGB (Red+Green+Blue) = 44+167+92=303 (40% of max value = 765). Red value is 44 (17.58% from 255 or 14.52% from 303); Green value is 167 (65.62% from 255 or 55.12% from 303); Blue value is 92 (36.33% from 255 or 30.36% from 303); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA75C is not a web safe color. Web safe color analog (approx): #339966. Inversed color of #2CA75C is #D358A3. Grayscale: #797979. Windows color (decimal): -13850788 or 6072108. OLE color: 6072108.

HSL color Cylindrical-coordinate representation of color #2CA75C: hue angle of 143.41º degrees, saturation: 0.58, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.65% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #2CA75C is Cyan = 0.74, Magento = 0, Yellow = 0.45 and Black (K on CMYK) = 0.35.

Color convert

RGB 44 167 92 -
CMYK 0.74 0 0.45 0.35
HSL 143.41º 0.58% 0.41% -
HSV(B) 143.41º 0.74% 0.65% -
XYZ 16.79 28.95 14.83 -
YUV 121.67 111.25 72.6 -
System Red Green Blue C M Y K H S L
Decimal 44 167 92 0.74 0 0.45 0.35 143.41 0.58 0.41
Hex 2C A7 5C 4A 0 2D 23 8F 3A 29
Octal 54 247 134 112 0 55 43 217 72 51
Binary 101100 10100111 1011100 1001010 0 101101 100011 10001111 111010 101001

Color Harmonies of #2CA75C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA75C

Black with #2CA75C

Text Example


Text Example

White with #2CA75C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,167,92); }

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

background-color css

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

 a { background-color: rgb(44,167,92); }

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

border-color css

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

 span { border-color: rgb(44,167,92); }

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