Html Css Color HEX #2C9629 Forest Green

📋 copy color: '#2C9629'

red 44 ◦ green 150 ◦ blue 41

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

Shades of Forest Green #2C9629

Tints of Forest Green #2C9629

RGB

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

 GREEN value IS 150 (58.98% from 255) = 63.83%

 BLUE value IS 41 (16.41% from 255) = 17.45%

R = 18.72%
G = 63.83%
B = 17.45%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.73

 K value IS 0.41

RGB Variations

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

Color information

#2C9629 (or 0x2C9629) is known color: Forest Green. HEX triplet: 2C, 96 and 29. RGB value is (44,150,41). Sum of RGB (Red+Green+Blue) = 44+150+41=235 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.72% from 235); Green value is 150 (58.98% from 255 or 63.83% from 235); Blue value is 41 (16.41% from 255 or 17.45% from 235); Max value from RGB is 150 - color contains mainly: green. Hex color #2C9629 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9629 is #D369D6. Grayscale: #6A6A6A. Windows color (decimal): -13855191 or 2725420. OLE color: 2725420.

HSL color Cylindrical-coordinate representation of color #2C9629: hue angle of 118.35º degrees, saturation: 0.57, lightness: 0.37%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #2C9629 is Cyan = 0.71, Magento = 0, Yellow = 0.73 and Black (K on CMYK) = 0.41.

Color convert

RGB 44 150 41 -
CMYK 0.71 0 0.73 0.41
HSL 118.35º 0.57% 0.37% -
HSV(B) 118.35º 0.73% 0.59% -
XYZ 12.35 22.51 5.79 -
YUV 105.88 91.38 83.86 -
System Red Green Blue C M Y K H S L
Decimal 44 150 41 0.71 0 0.73 0.41 118.35 0.57 0.37
Hex 2C 96 29 47 0 49 29 76 39 25
Octal 54 226 51 107 0 111 51 166 71 45
Binary 101100 10010110 101001 1000111 0 1001001 101001 1110110 111001 100101

Color Harmonies of #2C9629

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9629

Black with #2C9629

Text Example


Text Example

White with #2C9629

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,150,41); }

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

background-color css

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

 a { background-color: rgb(44,150,41); }

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

border-color css

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

 span { border-color: rgb(44,150,41); }

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