Html Css Color HEX #2CA71D Forest Green

📋 copy color: '#2CA71D'

red 44 ◦ green 167 ◦ blue 29

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

Shades of Forest Green #2CA71D

Tints of Forest Green #2CA71D

RGB

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

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

 BLUE value IS 29 (11.72% from 255) = 12.08%

R = 18.33%
G = 69.58%
B = 12.08%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.83

 K value IS 0.35

RGB Variations

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

Color information

#2CA71D (or 0x2CA71D) is known color: Forest Green. HEX triplet: 2C, A7 and 1D. RGB value is (44,167,29). Sum of RGB (Red+Green+Blue) = 44+167+29=240 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.33% from 240); Green value is 167 (65.62% from 255 or 69.58% from 240); Blue value is 29 (11.72% from 255 or 12.08% from 240); Max value from RGB is 167 - color contains mainly: green. Hex color #2CA71D is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2CA71D is #D358E2. Grayscale: #727272. Windows color (decimal): -13850851 or 1943340. OLE color: 1943340.

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

Color convert

RGB 44 167 29 -
CMYK 0.74 0 0.83 0.35
HSL 113.48º 0.7% 0.38% -
HSV(B) 113.48º 0.83% 0.65% -
XYZ 15.08 28.26 5.82 -
YUV 114.49 79.75 77.72 -
System Red Green Blue C M Y K H S L
Decimal 44 167 29 0.74 0 0.83 0.35 113.48 0.7 0.38
Hex 2C A7 1D 4A 0 53 23 71 46 26
Octal 54 247 35 112 0 123 43 161 106 46
Binary 101100 10100111 11101 1001010 0 1010011 100011 1110001 1000110 100110

Color Harmonies of #2CA71D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2CA71D

Black with #2CA71D

Text Example


Text Example

White with #2CA71D

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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