Html Css Color HEX #30A221 Forest Green

📋 copy color: '#30A221'

red 48 ◦ green 162 ◦ blue 33

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

Shades of Forest Green #30A221

Tints of Forest Green #30A221

RGB

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

 GREEN value IS 162 (63.67% from 255) = 66.67%

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

R = 19.75%
G = 66.67%
B = 13.58%

CMYK

 C value IS 0.70

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#30A221 (or 0x30A221) is known color: Forest Green. HEX triplet: 30, A2 and 21. RGB value is (48,162,33). Sum of RGB (Red+Green+Blue) = 48+162+33=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 162 (63.67% from 255 or 66.67% from 243); Blue value is 33 (13.28% from 255 or 13.58% from 243); Max value from RGB is 162 - color contains mainly: green. Hex color #30A221 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A221 is #CF5DDE. Grayscale: #717171. Windows color (decimal): -13589983 or 2204208. OLE color: 2204208.

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

Color convert

RGB 48 162 33 -
CMYK 0.70 0 0.80 0.36
HSL 113.02º 0.66% 0.38% -
HSV(B) 113.02º 0.8% 0.64% -
XYZ 14.41 26.58 5.81 -
YUV 113.21 82.73 81.49 -
System Red Green Blue C M Y K H S L
Decimal 48 162 33 0.70 0 0.80 0.36 113.02 0.66 0.38
Hex 30 A2 21 46 0 50 24 71 42 26
Octal 60 242 41 106 0 120 44 161 102 46
Binary 110000 10100010 100001 1000110 0 1010000 100100 1110001 1000010 100110

Color Harmonies of #30A221

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A221

Black with #30A221

Text Example


Text Example

White with #30A221

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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