Html Css Color HEX #2C9D30 Forest Green

📋 copy color: '#2C9D30'

red 44 ◦ green 157 ◦ blue 48

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

Shades of Forest Green #2C9D30

Tints of Forest Green #2C9D30

RGB

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

 GREEN value IS 157 (61.72% from 255) = 63.05%

 BLUE value IS 48 (19.14% from 255) = 19.28%

R = 17.67%
G = 63.05%
B = 19.28%

CMYK

 C value IS 0.72

 M value IS 0

 Y value IS 0.69

 K value IS 0.38

RGB Variations

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

Color information

#2C9D30 (or 0x2C9D30) is known color: Forest Green. HEX triplet: 2C, 9D and 30. RGB value is (44,157,48). Sum of RGB (Red+Green+Blue) = 44+157+48=249 (32% of max value = 765). Red value is 44 (17.58% from 255 or 17.67% from 249); Green value is 157 (61.72% from 255 or 63.05% from 249); Blue value is 48 (19.14% from 255 or 19.28% from 249); Max value from RGB is 157 - color contains mainly: green. Hex color #2C9D30 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9D30 is #D362CF. Grayscale: #6F6F6F. Windows color (decimal): -13853392 or 3185964. OLE color: 3185964.

HSL color Cylindrical-coordinate representation of color #2C9D30: hue angle of 122.12º degrees, saturation: 0.56, lightness: 0.39%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #2C9D30 is Cyan = 0.72, Magento = 0, Yellow = 0.69 and Black (K on CMYK) = 0.38.

Color convert

RGB 44 157 48 -
CMYK 0.72 0 0.69 0.38
HSL 122.12º 0.56% 0.39% -
HSV(B) 122.12º 0.72% 0.62% -
XYZ 13.63 24.86 6.88 -
YUV 110.79 92.56 80.36 -
System Red Green Blue C M Y K H S L
Decimal 44 157 48 0.72 0 0.69 0.38 122.12 0.56 0.39
Hex 2C 9D 30 48 0 45 26 7A 38 27
Octal 54 235 60 110 0 105 46 172 70 47
Binary 101100 10011101 110000 1001000 0 1000101 100110 1111010 111000 100111

Color Harmonies of #2C9D30

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9D30

Black with #2C9D30

Text Example


Text Example

White with #2C9D30

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(44,157,48); }

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

background-color css

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

 a { background-color: rgb(44,157,48); }

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

border-color css

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

 span { border-color: rgb(44,157,48); }

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