Html Css Color HEX #30A320 Forest Green

📋 copy color: '#30A320'

red 48 ◦ green 163 ◦ blue 32

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

Shades of Forest Green #30A320

Tints of Forest Green #30A320

RGB

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

 GREEN value IS 163 (64.06% from 255) = 67.08%

 BLUE value IS 32 (12.89% from 255) = 13.17%

R = 19.75%
G = 67.08%
B = 13.17%

CMYK

 C value IS 0.71

 M value IS 0

 Y value IS 0.80

 K value IS 0.36

RGB Variations

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

Color information

#30A320 (or 0x30A320) is known color: Forest Green. HEX triplet: 30, A3 and 20. RGB value is (48,163,32). Sum of RGB (Red+Green+Blue) = 48+163+32=243 (32% of max value = 765). Red value is 48 (19.14% from 255 or 19.75% from 243); Green value is 163 (64.06% from 255 or 67.08% from 243); Blue value is 32 (12.89% from 255 or 13.17% from 243); Max value from RGB is 163 - color contains mainly: green. Hex color #30A320 is not a web safe color. Web safe color analog (approx): #339933. Inversed color of #30A320 is #CF5CDF. Grayscale: #727272. Windows color (decimal): -13589728 or 2138928. OLE color: 2138928.

HSL color Cylindrical-coordinate representation of color #30A320: hue angle of 112.67º degrees, saturation: 0.67, 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 #30A320 is Cyan = 0.71, Magento = 0, Yellow = 0.80 and Black (K on CMYK) = 0.36.

Color convert

RGB 48 163 32 -
CMYK 0.71 0 0.80 0.36
HSL 112.67º 0.67% 0.38% -
HSV(B) 112.67º 0.8% 0.64% -
XYZ 14.58 26.93 5.8 -
YUV 113.68 81.9 81.15 -
System Red Green Blue C M Y K H S L
Decimal 48 163 32 0.71 0 0.80 0.36 112.67 0.67 0.38
Hex 30 A3 20 47 0 50 24 71 43 26
Octal 60 243 40 107 0 120 44 161 103 46
Binary 110000 10100011 100000 1000111 0 1010000 100100 1110001 1000011 100110

Color Harmonies of #30A320

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #30A320

Black with #30A320

Text Example


Text Example

White with #30A320

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(48,163,32); }

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

background-color css

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

 a { background-color: rgb(48,163,32); }

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

border-color css

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

 span { border-color: rgb(48,163,32); }

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