Html Css Color HEX #2C9530 Forest Green

📋 copy color: '#2C9530'

red 44 ◦ green 149 ◦ blue 48

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

Shades of Forest Green #2C9530

Tints of Forest Green #2C9530

RGB

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

 GREEN value IS 149 (58.59% from 255) = 61.83%

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

R = 18.26%
G = 61.83%
B = 19.92%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.68

 K value IS 0.42

RGB Variations

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

Color information

#2C9530 (or 0x2C9530) is known color: Forest Green. HEX triplet: 2C, 95 and 30. RGB value is (44,149,48). Sum of RGB (Red+Green+Blue) = 44+149+48=241 (31% of max value = 765). Red value is 44 (17.58% from 255 or 18.26% from 241); Green value is 149 (58.59% from 255 or 61.83% from 241); Blue value is 48 (19.14% from 255 or 19.92% from 241); Max value from RGB is 149 - color contains mainly: green. Hex color #2C9530 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #2C9530 is #D36ACF. Grayscale: #6A6A6A. Windows color (decimal): -13855440 or 3183916. OLE color: 3183916.

HSL color Cylindrical-coordinate representation of color #2C9530: hue angle of 122.29º degrees, saturation: 0.54, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #2C9530 is Cyan = 0.70, Magento = 0, Yellow = 0.68 and Black (K on CMYK) = 0.42.

Color convert

RGB 44 149 48 -
CMYK 0.70 0 0.68 0.42
HSL 122.29º 0.54% 0.38% -
HSV(B) 122.29º 0.7% 0.58% -
XYZ 12.32 22.24 6.44 -
YUV 106.09 95.21 83.71 -
System Red Green Blue C M Y K H S L
Decimal 44 149 48 0.70 0 0.68 0.42 122.29 0.54 0.38
Hex 2C 95 30 46 0 44 2A 7A 36 26
Octal 54 225 60 106 0 104 52 172 66 46
Binary 101100 10010101 110000 1000110 0 1000100 101010 1111010 110110 100110

Color Harmonies of #2C9530

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #2C9530

Black with #2C9530

Text Example


Text Example

White with #2C9530

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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