Html Css Color HEX #30A121 Forest Green

📋 copy color: '#30A121'

red 48 ◦ green 161 ◦ blue 33

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

Shades of Forest Green #30A121

Tints of Forest Green #30A121

RGB

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

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

 BLUE value IS 33 (13.28% from 255) = 13.64%

R = 19.83%
G = 66.53%
B = 13.64%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.37

RGB Variations

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

Color information

#30A121 (or 0x30A121) is known color: Forest Green. HEX triplet: 30, A1 and 21. RGB value is (48,161,33). Sum of RGB (Red+Green+Blue) = 48+161+33=242 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.83% from 242); Green value is 161 (63.28% from 255 or 66.53% from 242); Blue value is 33 (13.28% from 255 or 13.64% from 242); Max value from RGB is 161 - color contains mainly: green. Hex color #30A121 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A121 is #CF5EDE. Grayscale: #717171. Windows color (decimal): -13590239 or 2203952. OLE color: 2203952.

HSL color Cylindrical-coordinate representation of color #30A121: hue angle of 112.97º degrees, saturation: 0.66, lightness: 0.38%. HSV value (or HSB Brightness) of color is 0.63% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #30A121 is Cyan = 0.70, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.37.

Color convert

RGB 48 161 33 -
CMYK 0.70 0 0.80 0.37
HSL 112.97º 0.66% 0.38% -
HSV(B) 112.97º 0.8% 0.63% -
XYZ 14.24 26.23 5.75 -
YUV 112.62 83.06 81.91 -
System Red Green Blue C M Y K H S L
Decimal 48 161 33 0.70 0 0.80 0.37 112.97 0.66 0.38
Hex 30 A1 21 46 0 50 25 71 42 26
Octal 60 241 41 106 0 120 45 161 102 46
Binary 110000 10100001 100001 1000110 0 1010000 100101 1110001 1000010 100110

Color Harmonies of #30A121

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A121

Black with #30A121

Text Example


Text Example

White with #30A121

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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