Html Css Color HEX #2CA619 Forest Green

📋 copy color: '#2CA619'

red 44 ◦ green 166 ◦ blue 25

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

Shades of Forest Green #2CA619

Tints of Forest Green #2CA619

RGB

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

 GREEN value IS 166 (65.23% from 255) = 70.64%

 BLUE value IS 25 (10.16% from 255) = 10.64%

R = 18.72%
G = 70.64%
B = 10.64%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.85

 K value IS 0.35

RGB Variations

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

Color information

#2CA619 (or 0x2CA619) is known color: Forest Green. HEX triplet: 2C, A6 and 19. RGB value is (44,166,25). Sum of RGB (Red+Green+Blue) = 44+166+25=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 166 (65.23% from 255 or 70.64% from 235); Blue value is 25 (10.16% from 255 or 10.64% from 235); Max value from RGB is 166 - color contains mainly: green. Hex color #2CA619 is not a web safe color. Web safe color analog (approx): #339900. Inversed color of #2CA619 is #D359E6. Grayscale: #717171. Windows color (decimal): -13851111 or 1680940. OLE color: 1680940.

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

Color convert

RGB 44 166 25 -
CMYK 0.73 0 0.85 0.35
HSL 111.91º 0.74% 0.37% -
HSV(B) 111.91º 0.85% 0.65% -
XYZ 14.85 27.88 5.52 -
YUV 113.45 78.08 78.46 -
System Red Green Blue C M Y K H S L
Decimal 44 166 25 0.73 0 0.85 0.35 111.91 0.74 0.37
Hex 2C A6 19 49 0 55 23 70 4A 25
Octal 54 246 31 111 0 125 43 160 112 45
Binary 101100 10100110 11001 1001001 0 1010101 100011 1110000 1001010 100101

Color Harmonies of #2CA619

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA619

Black with #2CA619

Text Example


Text Example

White with #2CA619

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,166,25); }

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

background-color css

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

 a { background-color: rgb(44,166,25); }

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

border-color css

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

 span { border-color: rgb(44,166,25); }

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