Html Css Color HEX #2CA428 Forest Green

📋 copy color: '#2CA428'

red 44 ◦ green 164 ◦ blue 40

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

Shades of Forest Green #2CA428

Tints of Forest Green #2CA428

RGB

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

 GREEN value IS 164 (64.45% from 255) = 66.13%

 BLUE value IS 40 (16.02% from 255) = 16.13%

R = 17.74%
G = 66.13%
B = 16.13%

CMYK

 C value IS 0.73

 M value IS 0

 Y value IS 0.76

 K value IS 0.36

RGB Variations

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

Color information

#2CA428 (or 0x2CA428) is known color: Forest Green. HEX triplet: 2C, A4 and 28. RGB value is (44,164,40). Sum of RGB (Red+Green+Blue) = 44+164+40=248 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.74% from 248); Green value is 164 (64.45% from 255 or 66.13% from 248); Blue value is 40 (16.02% from 255 or 16.13% from 248); Max value from RGB is 164 - color contains mainly: green. Hex color #2CA428 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA428 is #D35BD7. Grayscale: #727272. Windows color (decimal): -13851608 or 2663468. OLE color: 2663468.

HSL color Cylindrical-coordinate representation of color #2CA428: hue angle of 118.06º degrees, saturation: 0.61, lightness: 0.4%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #2CA428 is Cyan = 0.73, Magento = 0, Yellow = 0.76 and Black (K on CMYK) = 0.36.

Color convert

RGB 44 164 40 -
CMYK 0.73 0 0.76 0.36
HSL 118.06º 0.61% 0.4% -
HSV(B) 118.06º 0.76% 0.64% -
XYZ 14.7 27.24 6.49 -
YUV 113.98 86.24 78.08 -
System Red Green Blue C M Y K H S L
Decimal 44 164 40 0.73 0 0.76 0.36 118.06 0.61 0.4
Hex 2C A4 28 49 0 4C 24 76 3D 28
Octal 54 244 50 111 0 114 44 166 75 50
Binary 101100 10100100 101000 1001001 0 1001100 100100 1110110 111101 101000

Color Harmonies of #2CA428

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA428

Black with #2CA428

Text Example


Text Example

White with #2CA428

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,164,40); }

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

background-color css

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

 a { background-color: rgb(44,164,40); }

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

border-color css

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

 span { border-color: rgb(44,164,40); }

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