Html Css Color HEX #30A131 Forest Green

📋 copy color: '#30A131'

red 48 ◦ green 161 ◦ blue 49

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

Shades of Forest Green #30A131

Tints of Forest Green #30A131

RGB

 RED value IS 48 (19.14% from 255) = 18.6%

 GREEN value IS 161 (63.28% from 255) = 62.4%

 BLUE value IS 49 (19.53% from 255) = 18.99%

R = 18.6%
G = 62.4%
B = 18.99%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.70

 K value IS 0.37

RGB Variations

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

Color information

#30A131 (or 0x30A131) is known color: Forest Green. HEX triplet: 30, A1 and 31. RGB value is (48,161,49). Sum of RGB (Red+Green+Blue) = 48+161+49=258 (34% of max value = 765). Red value is 48 (19.14% from 255 or 18.60% from 258); Green value is 161 (63.28% from 255 or 62.40% from 258); Blue value is 49 (19.53% from 255 or 18.99% from 258); Max value from RGB is 161 - color contains mainly: green. Hex color #30A131 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A131 is #CF5ECE. Grayscale: #727272. Windows color (decimal): -13590223 or 3252528. OLE color: 3252528.

HSL color Cylindrical-coordinate representation of color #30A131: hue angle of 120.53º degrees, saturation: 0.54, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #30A131 is Cyan = 0.70, Magento = 0, Yellow = 0.70 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 49 -
CMYK 0.70 0 0.70 0.37
HSL 120.53º 0.54% 0.41% -
HSV(B) 120.53º 0.7% 0.63% -
XYZ 14.52 26.34 7.22 -
YUV 114.45 91.06 80.61 -
System Red Green Blue C M Y K H S L
Decimal 48 161 49 0.70 0 0.70 0.37 120.53 0.54 0.41
Hex 30 A1 31 46 0 46 25 79 36 29
Octal 60 241 61 106 0 106 45 171 66 51
Binary 110000 10100001 110001 1000110 0 1000110 100101 1111001 110110 101001

Color Harmonies of #30A131

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A131

Black with #30A131

Text Example


Text Example

White with #30A131

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #30A131; }

 p { color: rgb(48,161,49); }

 H1.HeaderClassName
 {
   color: #30A131;
 }
 .AnyTagClassName
 {
   color: #30A131;
 }
</style>

background-color css

<style>
 a { background-color: #30A131; }

 a { background-color: rgb(48,161,49); }

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

border-color css

<style>
 span { border-color: #30A131; }

 span { border-color: rgb(48,161,49); }

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