Html Css Color HEX #2C963C Forest Green

📋 copy color: '#2C963C'

red 44 ◦ green 150 ◦ blue 60

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

Shades of Forest Green #2C963C

Tints of Forest Green #2C963C

RGB

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

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

 BLUE value IS 60 (23.83% from 255) = 23.62%

R = 17.32%
G = 59.06%
B = 23.62%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.6

 K value IS 0.41

RGB Variations

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

Color information

#2C963C (or 0x2C963C) is known color: Forest Green. HEX triplet: 2C, 96 and 3C. RGB value is (44,150,60). Sum of RGB (Red+Green+Blue) = 44+150+60=254 (33% of max value = 765). Red value is 44 (17.58% from 255 or 17.32% from 254); Green value is 150 (58.98% from 255 or 59.06% from 254); Blue value is 60 (23.83% from 255 or 23.62% from 254); Max value from RGB is 150 - color contains mainly: green. Hex color #2C963C is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C963C is #D369C3. Grayscale: #6C6C6C. Windows color (decimal): -13855172 or 3970604. OLE color: 3970604.

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

Color convert

RGB 44 150 60 -
CMYK 0.71 0 0.6 0.41
HSL 129.06º 0.55% 0.38% -
HSV(B) 129.06º 0.71% 0.59% -
XYZ 12.76 22.67 7.98 -
YUV 108.05 100.88 82.32 -
System Red Green Blue C M Y K H S L
Decimal 44 150 60 0.71 0 0.6 0.41 129.06 0.55 0.38
Hex 2C 96 3C 47 0 3C 29 81 37 26
Octal 54 226 74 107 0 74 51 201 67 46
Binary 101100 10010110 111100 1000111 0 111100 101001 10000001 110111 100110

Color Harmonies of #2C963C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C963C

Black with #2C963C

Text Example


Text Example

White with #2C963C

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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